mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-25 08:04:02 -05:00
This will no longer work when the containers run as a non-root user, and they are unnecessary when the logs can be taken directly from the container.
22 lines
409 B
Plaintext
22 lines
409 B
Plaintext
# Local environment variables (used for secrets)
|
|
.env
|
|
/environment/*.local.env
|
|
|
|
# Important secrets
|
|
/secrets.txt
|
|
|
|
# Mitmproxy CA certificate
|
|
/console-files/mitmproxy-ca-cert.pem
|
|
|
|
# Console BOSS keys
|
|
/console-files/aes_keys.txt
|
|
/console-files/boss_keys.bin
|
|
|
|
# SSSL certificates
|
|
/console-files/CACERT_NINTENDO_CA_G3.der
|
|
/console-files/cert-chain.pem
|
|
/console-files/ssl-cert-private-key.pem
|
|
|
|
# Backups
|
|
/backups/
|