I hereby claim:
- I am cuken on github.
- I am cuken (https://keybase.io/cuken) on keybase.
- I have a public key whose fingerprint is 7768 9C7B 038C 0EC1 4B46 BD32 4EFE 1FA5 C8E9 93BC
To claim this, I am signing this object:
| # The setup for traefik and related auth chains is not included in this docker-compose.yml file. | |
| # This will not work without additional entries. | |
| # t2_proxy => Traefik 2 docker network | |
| # linkwarden => Internal docker network for linkwarden -> postgres communication | |
| version: "3.9" | |
| networks: | |
| t2_proxy: | |
| name: t2_proxy |
I hereby claim:
To claim this, I am signing this object:
| { | |
| Discord:{ | |
| "username" : "example", | |
| "password" : "example" | |
| }, | |
| Users:{ | |
| "dev":example | |
| }, | |
| Github:{ | |
| "username":"example", |
| using Newtonsoft.Json; | |
| using System; | |
| using System.IO; | |
| using System.Text; | |
| namespace Concordia | |
| { | |
| public class GlobalSettings | |
| { | |
| private const string path = "./config/global.json"; |