Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 66ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated
acedanger

acedanger / newt.md

Archived
Last active 4 months ago pangolin newt self-hosted tunnels

New keys for use in Pangolin

0 0 1

Newt config

Issued by https://pangolin.acedanger.com

New endpoint: https://pangolin.acedanger.com

Server Newt ID Newt Secret Key
io efipa1ic0x4y28s meg5tq8uxbndaim2hal5qdq8oqve0be626hdlsq01x4watgd
europa flphxeo0un62ims 69tgm4ozafarl26icukvgvbfgh2r1pvib497pz1fvnp4io6s
acedanger

acedanger / import-github-gist-oauth.sh

Last active 4 months ago
0 0 1
1 #!/bin/bash
2 # GitHub Gist import script using GitHub token for authentication
3 # This script works by first logging in via GitHub OAuth and then importing
4
5 github_user=acedanger
6 opengist_url="https://gist.ptrwd.com"
7
8 echo "This script requires you to first log in to OpenGist via GitHub OAuth."
9 echo "Please visit: $opengist_url"
10 echo "Log in with your GitHub account, then return here and press Enter to continue..."