├── .gitattributes ├── OvenMediaEngine-RadiumNext └── README.md ├── ProGet └── README.md ├── README.md ├── bitwarden-vaultwarden └── readme.md ├── cloud-commander └── README.md ├── docker logs space management └── README.md ├── easyappointments └── README.md ├── freepbx-asterisk └── README.md ├── heimdall └── README.md ├── initial ubuntu setup ├── README.md ├── part-1-ubuntu-initial-setup.sh ├── part-2-docker-scripts.sh └── putty keys tutorial │ ├── README.md │ ├── connecting1.png │ ├── connecting2.png │ ├── connecting3.png │ ├── connecting4.png │ ├── connecting5.png │ ├── copy-public-key.png │ ├── save-private-key.png │ ├── search-putty-gen.png │ └── ssh-2-rsa-key.png ├── jellyfin └── README.md ├── jitsi-meet ├── README.md └── gen-passwords.sh ├── kanboard └── README.md ├── kopia └── README.md ├── kutt └── README.md ├── meshcentral ├── Deprecated │ ├── Dockerfile │ ├── config.json.template │ ├── docker-compose.yml │ └── startup.sh ├── README.md ├── meshcentral-guide-end-user │ ├── MeshcentralTutorial.mp4 │ └── README.md └── quick-assist-guide-end-user │ ├── QuickAssistTutorial.mp4 │ └── README.md ├── mumble └── README.md ├── nocodb └── README.md ├── organizr └── README.md ├── outline-wiki ├── README.md ├── keycloak │ └── docker-compose.yml └── outline │ ├── .env.txt │ ├── docker-compose.yml │ └── docker.env ├── pureftpd └── README.md ├── qbit-windscribe └── README.md ├── rocketchat ├── .env └── README.md ├── seafile ├── README.md └── darktheme.css ├── shinobi ├── README.md ├── RLC-410-5MP_647_20031401.zip ├── ShinobiHub - Article How to use Additional Input Feeds.htm ├── ShinobiHub - Article How to use Additional Input Feeds_files │ ├── argon.css │ ├── argon.js │ ├── articles.css │ ├── articles_002.css │ ├── blue.png │ ├── bootstrap.js │ ├── clientArea.js │ ├── clientArea_002.css │ ├── clientArea_002.js │ ├── clientArea_003.js │ ├── clientArea_004.js │ ├── font-awesome.css │ ├── headroom.js │ ├── jquery-ui.js │ ├── jquery.js │ ├── jquery_002.js │ ├── moment.js │ ├── nucleo.css │ ├── open-sans.css │ ├── popper.js │ ├── renderer.css │ ├── socket.js │ └── white.png ├── ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi.htm └── ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files │ ├── argon.css │ ├── argon.js │ ├── articles.css │ ├── articles_002.css │ ├── blue.png │ ├── bootstrap.js │ ├── clientArea.js │ ├── clientArea_002.css │ ├── clientArea_002.js │ ├── clientArea_003.js │ ├── clientArea_004.js │ ├── font-awesome.css │ ├── headroom.js │ ├── jquery-ui.js │ ├── jquery.js │ ├── jquery_002.js │ ├── moment.js │ ├── nucleo.css │ ├── open-sans.css │ ├── popper.js │ ├── renderer.css │ ├── reolink-ftp.png │ ├── socket.js │ └── white.png ├── shlink └── README.md ├── snipeit └── README.md ├── splinterlands-bot-v2 ├── Dockerfile ├── README.md ├── config │ ├── accounts.txt │ ├── config.txt │ └── version.usb ├── docker-compose-onteje-dev-version.yml └── docker-compose.yml ├── unifi-controller └── README.md ├── vcfconvert ├── .docker │ ├── Dockerfile │ └── virtualhost.conf ├── .htaccess ├── Contact_Vcard_Parse.php ├── README.md ├── docker-compose.yml ├── index.php ├── page.html ├── tmp │ └── .htaccess ├── utils.php ├── vcard_convert.php ├── vcf2csv_logo.jpg └── vcfconvert.sh ├── wordpress ├── .env ├── README.md ├── docker-compose.yml └── uploads.ini ├── yourls └── README.md └── zoneminder └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/.gitattributes -------------------------------------------------------------------------------- /OvenMediaEngine-RadiumNext/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/OvenMediaEngine-RadiumNext/README.md -------------------------------------------------------------------------------- /ProGet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/ProGet/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/README.md -------------------------------------------------------------------------------- /bitwarden-vaultwarden/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/bitwarden-vaultwarden/readme.md -------------------------------------------------------------------------------- /cloud-commander/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/cloud-commander/README.md -------------------------------------------------------------------------------- /docker logs space management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/docker logs space management/README.md -------------------------------------------------------------------------------- /easyappointments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/easyappointments/README.md -------------------------------------------------------------------------------- /freepbx-asterisk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/freepbx-asterisk/README.md -------------------------------------------------------------------------------- /heimdall/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/heimdall/README.md -------------------------------------------------------------------------------- /initial ubuntu setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/README.md -------------------------------------------------------------------------------- /initial ubuntu setup/part-1-ubuntu-initial-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/part-1-ubuntu-initial-setup.sh -------------------------------------------------------------------------------- /initial ubuntu setup/part-2-docker-scripts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/part-2-docker-scripts.sh -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/README.md -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/connecting1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/connecting1.png -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/connecting2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/connecting2.png -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/connecting3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/connecting3.png -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/connecting4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/connecting4.png -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/connecting5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/connecting5.png -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/copy-public-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/copy-public-key.png -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/save-private-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/save-private-key.png -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/search-putty-gen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/search-putty-gen.png -------------------------------------------------------------------------------- /initial ubuntu setup/putty keys tutorial/ssh-2-rsa-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/initial ubuntu setup/putty keys tutorial/ssh-2-rsa-key.png -------------------------------------------------------------------------------- /jellyfin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/jellyfin/README.md -------------------------------------------------------------------------------- /jitsi-meet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/jitsi-meet/README.md -------------------------------------------------------------------------------- /jitsi-meet/gen-passwords.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/jitsi-meet/gen-passwords.sh -------------------------------------------------------------------------------- /kanboard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/kanboard/README.md -------------------------------------------------------------------------------- /kopia/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/kopia/README.md -------------------------------------------------------------------------------- /kutt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/kutt/README.md -------------------------------------------------------------------------------- /meshcentral/Deprecated/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/meshcentral/Deprecated/Dockerfile -------------------------------------------------------------------------------- /meshcentral/Deprecated/config.json.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/meshcentral/Deprecated/config.json.template -------------------------------------------------------------------------------- /meshcentral/Deprecated/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/meshcentral/Deprecated/docker-compose.yml -------------------------------------------------------------------------------- /meshcentral/Deprecated/startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/meshcentral/Deprecated/startup.sh -------------------------------------------------------------------------------- /meshcentral/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/meshcentral/README.md -------------------------------------------------------------------------------- /meshcentral/meshcentral-guide-end-user/MeshcentralTutorial.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/meshcentral/meshcentral-guide-end-user/MeshcentralTutorial.mp4 -------------------------------------------------------------------------------- /meshcentral/meshcentral-guide-end-user/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/meshcentral/meshcentral-guide-end-user/README.md -------------------------------------------------------------------------------- /meshcentral/quick-assist-guide-end-user/QuickAssistTutorial.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/meshcentral/quick-assist-guide-end-user/QuickAssistTutorial.mp4 -------------------------------------------------------------------------------- /meshcentral/quick-assist-guide-end-user/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/meshcentral/quick-assist-guide-end-user/README.md -------------------------------------------------------------------------------- /mumble/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/mumble/README.md -------------------------------------------------------------------------------- /nocodb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/nocodb/README.md -------------------------------------------------------------------------------- /organizr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/organizr/README.md -------------------------------------------------------------------------------- /outline-wiki/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/outline-wiki/README.md -------------------------------------------------------------------------------- /outline-wiki/keycloak/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/outline-wiki/keycloak/docker-compose.yml -------------------------------------------------------------------------------- /outline-wiki/outline/.env.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/outline-wiki/outline/.env.txt -------------------------------------------------------------------------------- /outline-wiki/outline/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/outline-wiki/outline/docker-compose.yml -------------------------------------------------------------------------------- /outline-wiki/outline/docker.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/outline-wiki/outline/docker.env -------------------------------------------------------------------------------- /pureftpd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/pureftpd/README.md -------------------------------------------------------------------------------- /qbit-windscribe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/qbit-windscribe/README.md -------------------------------------------------------------------------------- /rocketchat/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/rocketchat/.env -------------------------------------------------------------------------------- /rocketchat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/rocketchat/README.md -------------------------------------------------------------------------------- /seafile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/seafile/README.md -------------------------------------------------------------------------------- /seafile/darktheme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/seafile/darktheme.css -------------------------------------------------------------------------------- /shinobi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/README.md -------------------------------------------------------------------------------- /shinobi/RLC-410-5MP_647_20031401.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/RLC-410-5MP_647_20031401.zip -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds.htm -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/argon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/argon.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/argon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/argon.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/articles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/articles.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/articles_002.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/articles_002.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/blue.png -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/bootstrap.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/clientArea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/clientArea.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/clientArea_002.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/clientArea_002.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/clientArea_002.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){ 2 | 3 | }) 4 | -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/clientArea_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/clientArea_003.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/clientArea_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/clientArea_004.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/font-awesome.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/headroom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/headroom.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/jquery-ui.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/jquery.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/jquery_002.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/moment.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/nucleo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/nucleo.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/open-sans.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/open-sans.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/popper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/popper.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/renderer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/renderer.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/socket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/socket.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use Additional Input Feeds_files/white.png -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi.htm -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/argon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/argon.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/argon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/argon.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/articles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/articles.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/articles_002.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/articles_002.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/blue.png -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/bootstrap.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/clientArea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/clientArea.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/clientArea_002.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/clientArea_002.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/clientArea_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/clientArea_002.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/clientArea_003.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){ 2 | 3 | }) 4 | -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/clientArea_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/clientArea_004.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/font-awesome.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/headroom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/headroom.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/jquery-ui.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/jquery.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/jquery_002.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/moment.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/nucleo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/nucleo.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/open-sans.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/open-sans.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/popper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/popper.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/renderer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/renderer.css -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/reolink-ftp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/reolink-ftp.png -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/socket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/socket.js -------------------------------------------------------------------------------- /shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shinobi/ShinobiHub - Article How to use FTP-based Event Triggering in Shinobi_files/white.png -------------------------------------------------------------------------------- /shlink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/shlink/README.md -------------------------------------------------------------------------------- /snipeit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/snipeit/README.md -------------------------------------------------------------------------------- /splinterlands-bot-v2/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/splinterlands-bot-v2/Dockerfile -------------------------------------------------------------------------------- /splinterlands-bot-v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/splinterlands-bot-v2/README.md -------------------------------------------------------------------------------- /splinterlands-bot-v2/config/accounts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/splinterlands-bot-v2/config/accounts.txt -------------------------------------------------------------------------------- /splinterlands-bot-v2/config/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/splinterlands-bot-v2/config/config.txt -------------------------------------------------------------------------------- /splinterlands-bot-v2/config/version.usb: -------------------------------------------------------------------------------- 1 | 2022-01-28 22:54:52 2 | linux-x64 3 | -------------------------------------------------------------------------------- /splinterlands-bot-v2/docker-compose-onteje-dev-version.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/splinterlands-bot-v2/docker-compose-onteje-dev-version.yml -------------------------------------------------------------------------------- /splinterlands-bot-v2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/splinterlands-bot-v2/docker-compose.yml -------------------------------------------------------------------------------- /unifi-controller/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/unifi-controller/README.md -------------------------------------------------------------------------------- /vcfconvert/.docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/.docker/Dockerfile -------------------------------------------------------------------------------- /vcfconvert/.docker/virtualhost.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/.docker/virtualhost.conf -------------------------------------------------------------------------------- /vcfconvert/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/.htaccess -------------------------------------------------------------------------------- /vcfconvert/Contact_Vcard_Parse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/Contact_Vcard_Parse.php -------------------------------------------------------------------------------- /vcfconvert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/README.md -------------------------------------------------------------------------------- /vcfconvert/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/docker-compose.yml -------------------------------------------------------------------------------- /vcfconvert/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/index.php -------------------------------------------------------------------------------- /vcfconvert/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/page.html -------------------------------------------------------------------------------- /vcfconvert/tmp/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/tmp/.htaccess -------------------------------------------------------------------------------- /vcfconvert/utils.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/utils.php -------------------------------------------------------------------------------- /vcfconvert/vcard_convert.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/vcard_convert.php -------------------------------------------------------------------------------- /vcfconvert/vcf2csv_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/vcf2csv_logo.jpg -------------------------------------------------------------------------------- /vcfconvert/vcfconvert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/vcfconvert/vcfconvert.sh -------------------------------------------------------------------------------- /wordpress/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/wordpress/.env -------------------------------------------------------------------------------- /wordpress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/wordpress/README.md -------------------------------------------------------------------------------- /wordpress/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/wordpress/docker-compose.yml -------------------------------------------------------------------------------- /wordpress/uploads.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/wordpress/uploads.ini -------------------------------------------------------------------------------- /yourls/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/yourls/README.md -------------------------------------------------------------------------------- /zoneminder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StarWhiz/docker_deployment_notes/HEAD/zoneminder/README.md --------------------------------------------------------------------------------