├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── automated_deployment ├── create_folder_structure.sh ├── deploy_all_containers.sh └── install_docker.sh ├── code_server.yml ├── duplicati.yml ├── file_browser.yml ├── guacamole.yml ├── heimdall.yml ├── jellyfin.yml ├── jellyseer.yml ├── monitoring.yml ├── nginx.yml ├── portainer.yml ├── prowlarr.yml ├── qbittorrent.yml ├── radarr.yml ├── sonarr.yml ├── syncthing.yml ├── unmanic.yml ├── uptime_kuma.yml ├── vaultwarden.yml ├── watchtower.yml └── wireguard.yml /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/README.md -------------------------------------------------------------------------------- /automated_deployment/create_folder_structure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/automated_deployment/create_folder_structure.sh -------------------------------------------------------------------------------- /automated_deployment/deploy_all_containers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/automated_deployment/deploy_all_containers.sh -------------------------------------------------------------------------------- /automated_deployment/install_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/automated_deployment/install_docker.sh -------------------------------------------------------------------------------- /code_server.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/code_server.yml -------------------------------------------------------------------------------- /duplicati.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/duplicati.yml -------------------------------------------------------------------------------- /file_browser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/file_browser.yml -------------------------------------------------------------------------------- /guacamole.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/guacamole.yml -------------------------------------------------------------------------------- /heimdall.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/heimdall.yml -------------------------------------------------------------------------------- /jellyfin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/jellyfin.yml -------------------------------------------------------------------------------- /jellyseer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/jellyseer.yml -------------------------------------------------------------------------------- /monitoring.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/monitoring.yml -------------------------------------------------------------------------------- /nginx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/nginx.yml -------------------------------------------------------------------------------- /portainer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/portainer.yml -------------------------------------------------------------------------------- /prowlarr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/prowlarr.yml -------------------------------------------------------------------------------- /qbittorrent.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/qbittorrent.yml -------------------------------------------------------------------------------- /radarr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/radarr.yml -------------------------------------------------------------------------------- /sonarr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/sonarr.yml -------------------------------------------------------------------------------- /syncthing.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/syncthing.yml -------------------------------------------------------------------------------- /unmanic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/unmanic.yml -------------------------------------------------------------------------------- /uptime_kuma.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/uptime_kuma.yml -------------------------------------------------------------------------------- /vaultwarden.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/vaultwarden.yml -------------------------------------------------------------------------------- /watchtower.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/watchtower.yml -------------------------------------------------------------------------------- /wireguard.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishavnandi/boiler_plates/HEAD/wireguard.yml --------------------------------------------------------------------------------