pretendo-docker/environment
Matthew Lopez c1bb5fb6cc
Switch the account server to the PNID settings fork
The CDN base URL needs to be set to HTTP because the account server gets the Mii images using it, and nginx does not have a valid SSL certificate.
2024-05-15 16:36:34 -04:00
..
account.env Switch the account server to the PNID settings fork 2024-05-15 16:36:34 -04:00
adminer.env A little bit of Adminer configuration 2023-12-22 10:45:50 -05:00
boss.env Update BOSS submodule and configure connection to friends 2024-05-06 19:34:27 -04:00
friends.env Set up Friend List server! 2023-12-20 16:15:57 -05:00
juxtaposition-ui.env Configure required Juxt server environment 2024-04-28 13:38:45 -04:00
maildev.env Make web administration ports more consistent 2023-12-21 12:35:06 -05:00
miiverse-api.env Reconfigure MinIO to be proxied through Nginx 2024-02-22 21:13:37 -05:00
minio.env Reconfigure MinIO to be proxied through Nginx 2024-02-22 21:13:37 -05:00
mongo-express.env Fix mongo-express and disable unnecessary authentication 2024-01-08 21:45:00 -05:00
postgres.env Set up Postgres server for friends 2023-12-20 12:53:29 -05:00
README.md Reformat the readmes to wrap at 120 lines 2024-02-22 11:57:46 -05:00
redis-commander.env Set up Redis Commander 2024-04-28 13:55:28 -04:00
super-mario-maker.env Reconfigure MinIO to be proxied through Nginx 2024-02-22 21:13:37 -05:00
wiiu-chat.env Set up the Wii U Chat server 2023-12-20 22:20:51 -05:00

Environment variables

These files contain environment variables that are used by the containers. Each file is named after the container that uses it and is specified in compose.yml. Keys that end in .local.env are ignored by Git, so they are used to store secrets and are generated by scripts/setup-environment.sh.