env-docker/.gitignore
Chad 43dee35d85
Start Invidious, Add OnlyOffice, Fixes (#11)
* Add directory and a link to the install instructions.

* Fix env file if user is in the current directory.

* Initial work on the Invidious configuration and README.

* Add postgres variables and TBD.

* Disabled the Invidious project, it is a lower priority than OnlyOffice and Mail.

* Allow disabled files to stay in the project, truly only block files with backup in the name.

* Create a file for OnlyOffice.

* Change the restart method to ALWAYS.

* Changed from disabled to TBD.

* Add a note to its README as well.
2023-07-25 22:20:56 +00:00

27 lines
588 B
Plaintext

# Ignore everything in Volumes, it contains large and private data.
Volumes/*
# Ignore backed up config files.
*.yml.*backup*
*.yml.*Backup*
*.yml.*BACKUP*
# Ignore logs
logs/*
# Ignore private reverse proxy configurations.
Config/ReverseProxy/config/conf.d/*
Config/ReverseProxy/config/html/*
Config/ReverseProxy/config/hosts/*
Config/ReverseProxy/config/load.conf.d/*
Config/ReverseProxy/config/mail.conf.d/*
# Ignore downloaded mail server files.
Config/MailServer/setup.sh
# Ignore any private key information.
private.key
# Ignore secrets for Invidious.
Config/Invidious/*.env