├── .github └── ISSUE_TEMPLATE │ └── bug_report.md ├── README.md └── templates ├── 2fauth.xml ├── airsonic-advanced.xml ├── apprise.xml ├── archivebox.xml ├── backuppc.xml ├── ca_profile.xml ├── changedetection.io.xml ├── chibisafe-caddy.xml ├── chibisafe.xml ├── chibisafe_server.xml ├── commafeed.xml ├── commento.xml ├── convos.xml ├── crypto-exchanges-gateway.xml ├── cryptpad.xml ├── cyberchef.xml ├── dashboard.xml ├── dashy.xml ├── db-backup.xml ├── ddns-route53.xml ├── deprecated ├── blueiris.xml ├── cloudbeaver.xml ├── cyberchef.xml ├── dashmachine.xml ├── dispatch.xml ├── droppy.xml ├── firefox-syncserver.xml ├── golinks.xml ├── healthchecks.xml ├── mailpile.xml ├── mumble.xml ├── netbox.xml ├── nut.xml ├── pterodactyl-panel.xml ├── pwndrop.xml ├── searx.xml ├── selfoss.xml ├── shiori.xml ├── tt-rss.xml ├── vikunja-api.xml ├── vikunja-frontend.xml └── weechat.xml ├── docpht.xml ├── ecoDMS.xml ├── element-web.xml ├── epicgames-freegames.xml ├── filestash.xml ├── flarum.xml ├── freepbx.xml ├── freescout.xml ├── ftpgrab.xml ├── gossa.xml ├── gotify.xml ├── grimoire.xml ├── homer.xml ├── icons ├── 2fauth.png ├── airsonic-advanced.png ├── apprise.png ├── archivebox.png ├── avatar.png ├── backuppc.png ├── changedetection.io.png ├── chibisafe.png ├── commafeed.png ├── commento.png ├── convos.png ├── crypto-exchanges-gateway.png ├── cryptpad.png ├── cyberchef.png ├── dashboard.png ├── dashy.png ├── db-backup.png ├── ddns-route53.png ├── docpht.png ├── element-web.png ├── epicgames-freegames.png ├── filestash.png ├── flarum.png ├── freepbx.png ├── freescout.png ├── ftpgrab.png ├── gossa.png ├── gotify.png ├── grimoire.png ├── homer.png ├── keycloak.png ├── kiwix.png ├── leantime.png ├── librenms.png ├── linkace.png ├── linkding.png ├── lodestone.png ├── matomo.png ├── matrix.png ├── mattermost-push-proxy.png ├── mattermost.png ├── mediagoblin.png ├── memcached.png ├── miniflux.png ├── moodle.png ├── mumble.png ├── neonlink.png ├── netbox.png ├── nut.png ├── openobserve.png ├── outline.png ├── phpbb.png ├── plik.png ├── pocketbase.png ├── psitransfer.png ├── pure-ftpd.png ├── quakejs.png ├── quickshare.png ├── reactive-resume.png ├── redis.png ├── send.png ├── shaarli.png ├── shlink-web-client.png ├── shlink.png ├── slash.png ├── solr.png ├── stackedit.png ├── synapse-admin.png ├── tar1090.png ├── torprivoxy.png ├── upsnap.png ├── wallabag.png ├── weechat.png ├── wifi-card.png └── yacy.png ├── keycloak.xml ├── kiwix-serve.xml ├── leantime.xml ├── librenms.xml ├── linkace.xml ├── linkding.xml ├── lodestone.xml ├── matomo.xml ├── matrix.xml ├── mattermost-push-proxy.xml ├── mattermost.xml ├── mediagoblin.xml ├── memcached.xml ├── miniflux.xml ├── moodle.xml ├── neonlink.xml ├── nut.xml ├── openobserve.xml ├── outline.xml ├── phpbb.xml ├── plik.xml ├── pocketbase.xml ├── psitransfer.xml ├── pure-ftpd.xml ├── quakejs.xml ├── quickshare.xml ├── reactive-resume-client-v3.xml ├── reactive-resume-server-v3.xml ├── reactive-resume.xml ├── redis.xml ├── send.xml ├── shaarli.xml ├── shlink-web-client.xml ├── shlink.xml ├── slash.xml ├── solr.xml ├── stackedit.xml ├── synapse-admin.xml ├── tar1090.xml ├── torprivoxy.xml ├── upsnap.xml ├── wallabag.xml ├── weechat.xml ├── wifi-card.xml └── yacy.xml /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: "[BUG]" 5 | labels: bug 6 | assignees: A75G 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Additional context** 27 | Add any other context about the problem here. 28 | -------------------------------------------------------------------------------- /templates/airsonic-advanced.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | airsonic-advanced 4 | airsonicadvanced/airsonic-advanced:latest 5 | https://hub.docker.com/r/airsonicadvanced/airsonic-advanced/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/airsonic-advanced/airsonic-advanced 11 | Airsonic-Advanced is a more modern implementation of the Airsonic fork with several key performance and feature enhancements. It adds and supersedes several features in Airsonic. 12 | MediaApp:Music MediaServer:Music 13 | http://[IP]:[PORT:4040]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/airsonic-advanced.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/airsonic-advanced.png 16 | Airsonic-Advanced is a more modern implementation of the Airsonic fork with several key performance and feature enhancements. It adds and supersedes several features in Airsonic. 17 | 4040 18 | 4041 19 | 1900 20 | /mnt/user/appdata/airsonic-advanced/ 21 | 22 | 23 | 24 | / 25 | -Xms256m -Xmx512m 26 | 99 27 | 100 28 | 29 | -------------------------------------------------------------------------------- /templates/apprise.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | apprise 4 | caronc/apprise:latest 5 | https://hub.docker.com/r/caronc/apprise/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/caronc/apprise 11 | Apprise API - Push Notifications that work with just about every platform! 12 | HomeAutomation: Tools: 13 | http://[IP]:[PORT:8000]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/apprise.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/apprise.png 16 | Apprise API - Push Notifications that work with just about every platform! 17 | 8000 18 | /mnt/user/appdata/apprise/ 19 | 8 20 | -------------------------------------------------------------------------------- /templates/archivebox.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | archivebox 4 | archivebox/archivebox:latest 5 | https://hub.docker.com/r/archivebox/archivebox/ 6 | bridge 7 | bash 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://archivebox.io/ 11 | The self-hosted internet archiver. 12 | Guide - https://github.com/A75G/docker-templates/blob/master/README.md#first-installation (Important) 13 | Tools: 14 | http://[IP]:[PORT:8000]/ 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/archivebox.xml 16 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/archivebox.png 17 | -it 18 | server --quick-init 0.0.0.0:8000 19 | 1596121988 20 | The self-hosted internet archiver. 21 | Guide - https://github.com/A75G/docker-templates/blob/master/README.md#first-installation (Important) 22 | 8000 23 | /mnt/user/appdata/archivebox/ 24 | 25 | -------------------------------------------------------------------------------- /templates/backuppc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | backuppc 4 | tiredofit/backuppc:latest 5 | https://hub.docker.com/r/tiredofit/backuppc/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://backuppc.github.io/backuppc/index.html 11 | BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. 12 | Backup: Network:Web 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/backuppc.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/backuppc.png 16 | BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. 17 | 8000 18 | /mnt/user/backuppc/ 19 | /mnt/user/appdata/backuppc/config/ 20 | /mnt/user/appdata/backuppc/ssh/ 21 | /mnt/user/appdata/backuppc/logs/ 22 | 99 23 | 100 24 | 25 | -------------------------------------------------------------------------------- /templates/ca_profile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/avatar.png 4 | Random guy making templates. 5 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 6 | If you appreciate my work, donations are greatly appreciated! 7 | https://buymeacoffee.com/a75g 8 | 9 | -------------------------------------------------------------------------------- /templates/changedetection.io.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | changedetection.io 4 | dgtlmoon/changedetection.io 5 | https://hub.docker.com/r/dgtlmoon/changedetection.io/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/dgtlmoon/changedetection.io/ 11 | Self-hosted website change detection monitoring. 12 | Tools: 13 | http://[IP]:[PORT:5000]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/changedetection.io.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/changedetection.io.png 16 | Self-hosted website change detection monitoring. 17 | 5000 18 | /mnt/user/appdata/changedetection/ 19 | 20 | 21 | -------------------------------------------------------------------------------- /templates/chibisafe-caddy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | chibisafe-caddy 4 | caddy:2-alpine 5 | https://hub.docker.com/_/caddy/ 6 | bridge 7 | false 8 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 9 | https://chibisafe.moe/ 10 | chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more. 11 | It's easily customizable and deploying your own instance is a breeze. 12 | 13 | 1. Create docker network - "docker network create NETOWK" https://www.youtube.com/watch?v=7fzBDCI8O2w 14 | 2. Install chibisafe-server put it in the docker network you create 15 | 3. Install chibisafe put it in the docker network you create 16 | 4. Unraid CLI "wget -O /mnt/user/appdata/chibisafe/Caddyfile https://raw.githubusercontent.com/chibisafe/chibisafe/master/Caddyfile" 17 | 5. Install chibisafe-caddy and use it to access chibisafe 18 | 6. Access chibisafe using "http://Unraid_IP:24424" 19 | 6. Default login admin admin 20 | Productivity: Tools:Utilities 21 | http://[IP]:[PORT:80] 22 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe-caddy.xml 23 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png 24 | Read Overview 25 | chibisafe_server 26 | chibisafe 27 | docker network 28 | If you appreciate my work, donations are greatly appreciated! 29 | https://buymeacoffee.com/a75g 30 | 24424 31 | /mnt/cache/appdata/chibisafe/Caddyfile 32 | /mnt/cache/appdata/chibisafe/uploads/ 33 | -------------------------------------------------------------------------------- /templates/chibisafe.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | chibisafe 4 | chibisafe/chibisafe:latest 5 | https://hub.docker.com/r/chibisafe/chibisafe/ 6 | bridge 7 | false 8 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 9 | https://chibisafe.moe/ 10 | chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more. 11 | It's easily customizable and deploying your own instance is a breeze. 12 | 13 | 1. Create docker network - "docker network create NETOWK" https://www.youtube.com/watch?v=7fzBDCI8O2w 14 | 2. Install chibisafe-server put it in the docker network you create 15 | 3. Install chibisafe put it in the docker network you create 16 | 4. Unraid CLI "wget -O /mnt/user/appdata/chibisafe/Caddyfile https://raw.githubusercontent.com/chibisafe/chibisafe/master/Caddyfile" 17 | 5. Install chibisafe-caddy and use it to access chibisafe 18 | 6. Access chibisafe using "http://Unraid_IP:24424" 19 | 6. Default login admin admin 20 | Productivity: Tools:Utilities 21 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe.xml 22 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png 23 | Read Overview 24 | chibisafe_server 25 | chibisafe-caddy 26 | docker network 27 | If you appreciate my work, donations are greatly appreciated! 28 | https://buymeacoffee.com/a75g 29 | http://chibisafe_server:8000 30 | -------------------------------------------------------------------------------- /templates/chibisafe_server.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | chibisafe_server 4 | chibisafe/chibisafe-server:latest 5 | https://hub.docker.com/r/chibisafe/chibisafe/ 6 | bridge 7 | false 8 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 9 | https://chibisafe.moe/ 10 | chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more. 11 | It's easily customizable and deploying your own instance is a breeze. 12 | 13 | 1. Create docker network - "docker network create NETOWK" https://www.youtube.com/watch?v=7fzBDCI8O2w 14 | 2. Install chibisafe-server put it in the docker network you create 15 | 3. Install chibisafe put it in the docker network you create 16 | 4. Unraid CLI "wget -O /mnt/user/appdata/chibisafe/Caddyfile https://raw.githubusercontent.com/chibisafe/chibisafe/master/Caddyfile" 17 | 5. Install chibisafe-caddy and use it to access chibisafe 18 | 6. Access chibisafe using "http://Unraid_IP:24424" 19 | 6. Default login admin admin 20 | Productivity: Tools:Utilities 21 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/chibisafe_server.xml 22 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png 23 | Read Overview 24 | chibisafe 25 | chibisafe-caddy 26 | docker network 27 | If you appreciate my work, donations are greatly appreciated! 28 | https://buymeacoffee.com/a75g 29 | /mnt/user/appdata/chibisafe/database/ 30 | /mnt/user/appdata/chibisafe/uploads/ 31 | /mnt/user/appdata/chibisafe/logs/ 32 | -------------------------------------------------------------------------------- /templates/commafeed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | commafeed 4 | athou/commafeed:latest 5 | https://hub.docker.com/r/athou/commafeed/ 6 | bridge 7 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 8 | https://www.commafeed.com/#/welcome 9 | Google Reader inspired self-hosted RSS reader. 10 | login as admin/admin 11 | Other: 12 | http://[IP]:[PORT:8082] 13 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/commafeed.xml 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/commafeed.png 15 | Database: Postgres, MariaDB or MySQL 16 | The template is for Postgres if you require MariaDB or MySQL please change DATABASE_DRIVERCLASS and CF_DATABASE_URL 17 | /mnt/user/appdata/commafeed/ 18 | 8082 19 | jdbc:postgresql://localhost:5432/commafeed 20 | sa 21 | sa 22 | org.postgresql.Driver 23 | -------------------------------------------------------------------------------- /templates/commento.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | commento 4 | registry.gitlab.com/commento/commento 5 | https://gitlab.com/commento/commento 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://commento.io 11 | An open source, privacy focused discussion platform. 12 | Productivity: Network:Web Network:Management 13 | http://[IP]:[PORT:8080]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/commento.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/commento.png 16 | An open source, privacy focused discussion platform. 17 | 8080 18 | https://commento.example.com 19 | postgres://postgres:mysupersecurepassword@dbhostnameorip:5432/commento?sslmode=disable 20 | example.com 21 | 587 22 | user@example.com 23 | smtppassword 24 | fromaddress@example.com 25 | 8080 26 | -------------------------------------------------------------------------------- /templates/convos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | convos 4 | ghcr.io/convos-chat/convos:stable 5 | https://github.com/convos-chat/convos/pkgs/container/convos 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://convos.chat/ 11 | Convos is the simplest way to use IRC and it is always online 12 | Network:Messenger 13 | http://[IP]:[PORT:3000]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/convos.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/convos.png 16 | Convos is the simplest way to use IRC and it is always online 17 | 3520 18 | /mnt/user/appdata/convos/ 19 | 20 | -------------------------------------------------------------------------------- /templates/crypto-exchanges-gateway.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | crypto-exchanges-gateway 4 | apendergast/crypto-exchanges-gateway 5 | https://hub.docker.com/r/apendergast/crypto-exchanges-gateway/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/aloysius-pgast/crypto-exchanges-gateway 11 | &lt;p&gt;Your gateway to the world of crypto !&lt;/p&gt; 12 | &lt;p&gt;&lt;span style="color: rgb(184, 49, 47);"&gt;&lt;strong&gt;This project cannot be considered in any way as trading advice.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; 13 | &lt;p&gt;&lt;br&gt;&lt;/p&gt; 14 | &lt;p&gt;Download config.yml&lt;/p&gt; 15 | &lt;p&gt;wget -O /mnt/user/appdata/crypto-exchanges-gateway/config.json &lt;a href="https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json"&gt;https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json&lt;/a&gt;&lt;/p&gt; 16 | &lt;p&gt;edit config.json and &lt;strong&gt;change 127.0.0.1 to 0.0.0.0.&lt;/strong&gt;&lt;/p&gt; 17 | &lt;p&gt;Add API keys for the supported platform.&lt;/p&gt; 18 | Productivity: Crypto: 19 | http://[IP]:[PORT:8000]/ 20 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/crypto-exchanges-gateway.xml 21 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/crypto-exchanges-gateway.png 22 | &lt;p&gt;Your gateway to the world of crypto !&lt;/p&gt; 23 | &lt;p&gt;&lt;span style="color: rgb(184, 49, 47);"&gt;&lt;strong&gt;This project cannot be considered in any way as trading advice.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; 24 | &lt;p&gt;&lt;br&gt;&lt;/p&gt; 25 | &lt;p&gt;Download config.yml&lt;/p&gt; 26 | &lt;p&gt;wget -O /mnt/user/appdata/crypto-exchanges-gateway/config.json &lt;a href="https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json"&gt;https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json&lt;/a&gt;&lt;/p&gt; 27 | &lt;p&gt;edit config.json and &lt;strong&gt;change 127.0.0.1 to 0.0.0.0.&lt;/strong&gt;&lt;/p&gt; 28 | &lt;p&gt;Add API keys for the supported platform.&lt;/p&gt; 29 | 8000 30 | 8001 31 | /mnt/user/appdata/crypto-exchanges-gateway/ 32 | 33 | -------------------------------------------------------------------------------- /templates/cyberchef.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | cyberchef 4 | ghcr.io/gchq/cyberchef:latest 5 | https://github.com/gchq/CyberChef/pkgs/container/cyberchef 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/gchq/CyberChef/ 11 | The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis. 12 | Productivity: Tools:Utilities 13 | http://[IP]:[PORT:80] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cyberchef.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cyberchef.png 16 | 8000 17 | -------------------------------------------------------------------------------- /templates/dashboard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | dashboard 4 | phntxx/dashboard:latest 5 | https://hub.docker.com/r/phntxx/dashboard/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/phntxx/dashboard 11 | &lt;p&gt;Dashboard is just that - a dashboard. It's inspired by SUI and has all the same features as SUI, such as simple customization through JSON-files and a handy search bar to search the internet more efficiently. 12 | &lt;/p&gt; 13 | &lt;p&gt;-&lt;span style="color: rgb(184, 49, 47);"&gt;Before you start CLI unraid&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;mkdir /mnt/user/appdata/dashboard/&lt;/em&gt;&lt;br&gt;&lt;em&gt;wget -P /mnt/user/appdata/dashboard/ https://raw.githubusercontent.com/phntxx/dashboard/master/data/apps.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/bookmarks.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/greeter.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/imprint.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/search.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/themes.json 14 | &lt;/em&gt;&lt;br&gt;&lt;br&gt;-Edit &lt;em&gt;.json&lt;/em&gt; &lt;/p&gt; 15 | Network:Web 16 | http://[IP]:[PORT:8080]/ 17 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/dashboard.xml 18 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dashboard.png 19 | &lt;p&gt;Dashboard is just that - a dashboard. It's inspired by SUI and has all the same features as SUI, such as simple customization through JSON-files and a handy search bar to search the internet more efficiently. 20 | &lt;/p&gt; 21 | &lt;p&gt;-&lt;span style="color: rgb(184, 49, 47);"&gt;Before you start CLI unraid&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;mkdir /mnt/user/appdata/dashboard/&lt;/em&gt;&lt;br&gt;&lt;em&gt;wget -P /mnt/user/appdata/dashboard/ https://raw.githubusercontent.com/phntxx/dashboard/master/data/apps.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/bookmarks.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/greeter.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/imprint.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/search.json https://raw.githubusercontent.com/phntxx/dashboard/master/data/themes.json 22 | &lt;/em&gt;&lt;br&gt;&lt;br&gt;-Edit &lt;em&gt;.json&lt;/em&gt; &lt;/p&gt; 23 | 3460 24 | /mnt/user/appdata/dashboard/ 25 | 26 | 27 | -------------------------------------------------------------------------------- /templates/dashy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | dashy 4 | lissy93/dashy:latest 5 | https://hub.docker.com/r/lissy93/dashy/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/lissy93/dashy 11 | Dashy helps you organize your self-hosted services, by making them all accessible from a single place. 12 | -Before you start CLI unraid 13 | 14 | mkdir /mnt/user/appdata/dashy/ 15 | wget -O /mnt/user/appdata/dashy/conf.yml https://raw.githubusercontent.com/Lissy93/dashy/3.0.0/user-data/conf.yml 16 | 17 | -Edit conf.yml 18 | Network:Web 19 | http://[IP]:[PORT:8080]/ 20 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/dashy.xml 21 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dashy.png 22 | If you appreciate my work, donations are greatly appreciated! 23 | https://buymeacoffee.com/a75g 24 | /app/user-data/.tailscale_state 25 | 4000 26 | /mnt/user/appdata/dashy/ 27 | /mnt/user/appdata/dashy/icons/ 28 | 99 29 | 100 30 | -------------------------------------------------------------------------------- /templates/ddns-route53.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | ddns-route53 4 | crazymax/ddns-route53:latest 5 | https://hub.docker.com/r/crazymax/ddns-route53/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/crazy-max/ddns-route53 11 | Dynamic DNS for Amazon Route 53‎ on a time-based schedule 12 | Network:DNS 13 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/ddns-route53.xml 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/ddns-route53.png 15 | Dynamic DNS for Amazon Route 53‎ on a time-based schedule 16 | */30 * * * * 17 | 3 18 | info 19 | false 20 | ABCDEFGHIJKLMNO123456 21 | abcdefgh123456IJKLMN+OPQRS7890+ABCDEFGH 22 | ABCEEFG123456789 23 | ddns.example.com. 24 | A 25 | 300 26 | -------------------------------------------------------------------------------- /templates/deprecated/blueiris.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | blueiris 4 | jshridha/blueiris:gpu 5 | https://hub.docker.com/r/jshridha/blueiris/ 6 | bridge 7 | sh 8 | true 9 | https://forums.unraid.net/topic/100915-support-a75g-blueiris/ 10 | https://hub.docker.com/r/jshridha/blueiris/ 11 | Blue Iris video security software runs on a PC and can provide recording and playback for up to 64 IP network cameras or webcams. Blue Iris is affordable and powerful enough to safeguard your family, property and valuables at home or work. 12 | Security: 13 | http://[IP]:[PORT:8080]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/blueiris.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/blueiris.png 16 | --init --log-opt max-size=5m --log-opt max-file=2 17 | Blue Iris video security software runs on a PC and can provide recording and playback for up to 64 IP network cameras or webcams. Blue Iris is affordable and powerful enough to safeguard your family, property and valuables at home or work. 18 | 8080 19 | 5950 20 | 8181 21 | /mnt/user/appdata/blueiris 22 | -------------------------------------------------------------------------------- /templates/deprecated/cloudbeaver.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | cloudbeaver 4 | dalongrong/cloudbeaver:latest 5 | https://hub.docker.com/r/dalongrong/cloudbeaver/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/dbeaver/cloudbeaver 11 | CloudBeaver is a free and open source web-based database management tool. 12 | Tools: 13 | http://[IP]:[PORT:8978] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cloudbeaver.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cloudbeaver.png 16 | CloudBeaver is a free and open source web-based database management tool. 17 | 8978 18 | -------------------------------------------------------------------------------- /templates/deprecated/cyberchef.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | cyberchef 4 | mpepping/cyberchef:latest 5 | https://hub.docker.com/r/mpepping/cyberchef/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/mpepping/docker-cyberchef/ 11 | The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis. 12 | Productivity: Tools: Status:Stable 13 | http://[IP]:[PORT:8000] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cyberchef.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cyberchef.png 16 | The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis. 17 | 18 | 8000 19 | 20 | -------------------------------------------------------------------------------- /templates/deprecated/dashmachine.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | dashmachine 4 | rmountjoy/dashmachine:latest 5 | https://hub.docker.com/r/rmountjoy/dashmachine/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://hub.docker.com/r/rmountjoy/dashmachine/ 11 | Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] 12 | Productivity: Network:Web Status:Stable 13 | http://[IP]:[PORT:5000] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/dashmachine.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dashmachine.png 16 | Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] 17 | 5000 18 | /mnt/user/appdata/dashmachine/ 19 | 20 | -------------------------------------------------------------------------------- /templates/deprecated/dispatch.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | dispatch 4 | khlieng/dispatch 5 | https://hub.docker.com/r/khlieng/dispatch/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/khlieng/dispatch 11 | Web-based IRC client in Go. 12 | Network:Messenger 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/dispatch.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dispatch.png 16 | Web-based IRC client in Go. 17 | 8000 18 | 4596 19 | /mnt/user/appdata/dispatch/ 20 | -------------------------------------------------------------------------------- /templates/deprecated/droppy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | droppy 4 | silverwind/droppy:latest 5 | https://hub.docker.com/r/silverwind/droppy/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://hub.docker.com/r/silverwind/droppy/ 11 | Self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. 12 | Cloud: 13 | http://[IP]:[PORT:8989] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/droppy.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/droppy.png 16 | Self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. 17 | 8686 18 | /mnt/user/appdata/doppy/ 19 | /mnt/user/droppy/ 20 | 99 21 | 100 22 | 23 | -------------------------------------------------------------------------------- /templates/deprecated/firefox-syncserver.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | firefox-syncserver 4 | crazymax/firefox-syncserver:latest 5 | https://hub.docker.com/r/crazymax/firefox-syncserver/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/crazy-max/docker-firefox-syncserver 11 | Firefox Sync Server image based on Python Slim 12 | Productivity: Other: 13 | http://[IP]:[PORT:5000]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/firefox-syncserver.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/firefox-syncserver.png 16 | 17 | 18 | 19 | 20 | Firefox Sync Server image based on Python Slim 21 | 22 | /mnt/user/appdata/firefox-syncserver/ 23 | 5000 24 | false 25 | info 26 | http://[IP]:5000 27 | longgeneratedsecret 28 | true 29 | false 30 | sqlite:///data/syncserver.db 31 | * 32 | 99 33 | 100 34 | 35 | -------------------------------------------------------------------------------- /templates/deprecated/golinks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | golinks 4 | prologic/golinks:latest 5 | https://hub.docker.com/r/prologic/golinks/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/prologic/golinks 11 | Self-hosted smart bookmark search engine. 12 | Productivity: Tools: 13 | http://[IP]:[PORT:8000] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/golinks.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/golinks.png 16 | Self-hosted smart bookmark search engine. 17 | 8000 18 | -------------------------------------------------------------------------------- /templates/deprecated/healthchecks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | healthchecks 4 | galexrt/healthchecks:latest 5 | https://hub.docker.com/r/galexrt/healthchecks/ 6 | bridge 7 | sh 8 | false 9 | https://hub.docker.com/r/galexrt/healthchecks/ 10 | https://healthchecks.io/ 11 | Simple and Effective Cron Job Monitoring 12 | Tools: Network:Web Network:Management 13 | http://[IP]:[PORT:8000]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/healthchecks.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/healthchecks.png 16 | Simple and Effective Cron Job Monitoring 17 | 8000 18 | /mnt/user/appdata/healthchecks/ 19 | /data/hc.sqlite 20 | ChangeMe 21 | example.com 22 | http://example.com 23 | smtp.example.com 24 | 25 25 | True 26 | user@example.com 27 | YOUR_PASSWORD 28 | * 29 | -------------------------------------------------------------------------------- /templates/deprecated/mailpile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | mailpile 4 | rroemhild/mailpile:latest 5 | https://hub.docker.com/r/rroemhild/mailpile/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://www.mailpile.is/ 11 | Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. 12 | Productivity: Network:Web Network:Messenger Status:Stable 13 | http://[IP]:[PORT:33411] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/mailpile.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mailpile.png 16 | 17 | 18 | 19 | 20 | Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. 21 | 22 | 33411 23 | /mnt/user/appdata/Mailpile/ 24 | /mnt/user/appdata/Mailpile/gnupg/ 25 | 26 | -------------------------------------------------------------------------------- /templates/deprecated/mumble.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | mumble 4 | phlak/mumble:latest 5 | https://hub.docker.com/r/phlak/mumble/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 11 | https://www.mumble.info/ 12 | Mumble is an open source voice communication application[br]Download config.ini[/br]wget -O /mnt/user/appdata/mumble/config.ini https://raw.githubusercontent.com/PHLAK/docker-mumble/master/files/config.ini 13 | Productivity: Network:Voip Network:Messenger 14 | 15 | 16 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mumble.png 17 | 18 | 19 | 20 | 1588610732 21 | 22 | 23 | Mumble is an open source voice communication application[br]Download config.ini[/br]wget -O /mnt/user/appdata/mumble/config.ini https://raw.githubusercontent.com/PHLAK/docker-mumble/master/files/config.ini 24 | 25 | bridge 26 | 27 | 28 | 64738 29 | 64738 30 | tcp 31 | 32 | 33 | 64738 34 | 64738 35 | udp 36 | 37 | 38 | 39 | 40 | 41 | /mnt/user/appdata/mumble/ 42 | /etc/mumble 43 | rw 44 | 45 | 46 | 47 | 48 | Password 49 | SUPERUSER_PASSWORD 50 | 51 | 52 | 53 | 54 | 64738 55 | 64738 56 | /mnt/user/appdata/mumble/ 57 | Password 58 | -------------------------------------------------------------------------------- /templates/deprecated/netbox.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | netbox 4 | pitkley/netbox:latest 5 | https://hub.docker.com/r/pitkley/netbox 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/netbox-community/netbox 11 | IP address management (IPAM) and data center infrastructure management (DCIM) tool. [br] To create User cli to the docker then "./manage.py createsuperuser" [br] Postgres required 12 | Tools: Network:Management 13 | http://[IP]:[PORT:8000]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/netbox.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/netbox.png 16 | 17 | 18 | 19 | 20 | IP address management (IPAM) and data center infrastructure management (DCIM) tool. [br] To create User cli to the docker then "./manage.py createsuperuser" [br] Postgres required 21 | 8000 22 | postgres 23 | netbox 24 | netbox 25 | netbox 26 | ChangeMe 27 | * 28 | -------------------------------------------------------------------------------- /templates/deprecated/nut.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | nut 4 | ramdockerapp/nut-server:latest 5 | https://hub.docker.com/r/ramdockerapp/nut-server/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | hhttps://www.github.com/ramdock/nut-server/ 11 | nut server docker image for serving switch nsp and xci to tinfoil on local network. 12 | Other: 13 | http://[IP]:[PORT:9000] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/nut.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/nut.png 16 | nut server docker image for serving switch nsp and xci to tinfoil on local network. 17 | 9000 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /templates/deprecated/pterodactyl-panel.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | pterodactyl-panel 4 | ccarney16/pterodactyl-panel:latest 5 | https://hub.docker.com/r/ccarney16/pterodactyl-panel/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://pterodactyl.io/ 11 | Pterodactyl, a free an open source agnostic game panel... In a Container! 12 | Creating account CLI "php artisan p:user:make" 13 | GameServers: Network:Management 14 | http://[IP]:[PORT:80]/ 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/pterodactyl-panel.xml 16 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pterodactyl-panel.png 17 | Pterodactyl, a free an open source agnostic game panel... In a Container! 18 | Creating account CLI "php artisan p:user:make" 19 | [h2]This Template is not maintained by ccarney16, any issue you get Please put it on https://github.com/A75G/docker-templates/issues. [/h2] 20 | 8000 21 | /mnt/user/appdata/pterodactyl/ 22 | UTC 23 | mariadb 24 | 3306 25 | pterodactyl 26 | pterodactyl 27 | password 28 | false 29 | -------------------------------------------------------------------------------- /templates/deprecated/pwndrop.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | pwndrop 4 | harshavardhanj/pwndrop:latest 5 | https://hub.docker.com/r/harshavardhanj/pwndrop/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/kgretzky/pwndrop 11 | Self-hosted file hosting service allowing easy uploads and sharing of payloads over HTTP and WebDAV. 12 | Cloud: 13 | http://[IP]:[PORT:80]/pwndrop 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/pwndrop.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pwndrop.png 16 | 17 | 18 | 19 | 20 | Self-hosted file hosting service allowing easy uploads and sharing of payloads over HTTP and WebDAV. 21 | 8000 22 | /mnt/user/appdata/pwndrop/ 23 | -------------------------------------------------------------------------------- /templates/deprecated/searx.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | searx 4 | searx/searx:latest 5 | https://hub.docker.com/r/searx/searx/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/asciimoo/searx 11 | Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. 12 | Productivity: Other: Status:Stable 13 | http://[IP]:[PORT:8080]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/searx.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/searx.png 16 | Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. 17 | 8080 18 | /mnt/user/appdata/searx/ 19 | -------------------------------------------------------------------------------- /templates/deprecated/selfoss.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | selfoss 4 | hardware/selfoss 5 | https://hub.docker.com/r/hardware/selfoss/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://selfoss.aditu.de/ 11 | Selfoss, the new multipurpose rss reader, live stream, mashup, aggregation web application. 12 | Other: 13 | http://[IP]:[PORT:8888]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/selfoss.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/selfoss.png 16 | 17 | 18 | 19 | 20 | Selfoss, the new multipurpose rss reader, live stream, mashup, aggregation web application. 21 | 8888 22 | /mnt/user/appdata/selfoss/ 23 | 15m 24 | 25M 25 | false 26 | 128M 27 | 99 28 | 100 29 | -------------------------------------------------------------------------------- /templates/deprecated/shiori.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | shiori 4 | radhifadlillah/shiori:latest 5 | https://hub.docker.com/r/radhifadlillah/shiori/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/go-shiori/shiori 11 | Simple bookmark manager built with Go.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]shiori[/B][/u][br]Password: [B][u]gopher[/B][/u][/b][br]Create new account inside the web gui so the default one will be removed.[/br] 12 | Productivity: Network:Web Status:Stable 13 | http://[IP]:[PORT:8080]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/shiori.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shiori.png 16 | 17 | 18 | 19 | 20 | Simple bookmark manager built with Go.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]shiori[/B][/u][br]Password: [B][u]gopher[/B][/u][/b][br]Create new account inside the web gui so the default one will be removed.[/br] 21 | 22 | 8080 23 | /mnt/user/appdata/shiori/ 24 | -------------------------------------------------------------------------------- /templates/deprecated/tt-rss.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | tt-rss 4 | lunik1/tt-rss:latest 5 | https://hub.docker.com/r/lunik1/tt-rss/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/lunik1/docker-tt-rss 11 | A fork of the deprecated linuxserver.io tt-rss container. 12 | The default username and password after initial configuration is admin/password 13 | Productivity: Other: 14 | http://[IP]:[PORT:80]/ 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/tt-rss.xml 16 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/tt-rss.png 17 | A fork of the deprecated linuxserver.io tt-rss container. 18 | The default username and password after initial configuration is admin/password 19 | 8000 20 | /mnt/user/appdata/tt-rss 21 | mysql 22 | 192.168.0.100 23 | root 24 | tt-rss 25 | dbpassword 26 | 3306 27 | http://192.168.0.100:8000/ 28 | 99 29 | 100 30 | -------------------------------------------------------------------------------- /templates/deprecated/vikunja-api.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | vikunja-api 4 | vikunja/api:latest 5 | https://hub.docker.com/r/vikunja/api/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://vikunja.io/ 11 | The to-do app to organize your life. 12 | Productivity: 13 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/vikunja-api.xml 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/vikunja.png 15 | The to-do app to organize your life. 16 | Requires a config file to run: see https://vikunja.io/docs/config-options/ or use the example defaul config https://kolaente.dev/vikunja/api/src/branch/main/config.yml.sample (remove the '.sample' and fill in needed data) 17 | 3456 18 | /mnt/user/appdata/vikunja 19 | /mnt/user/appdata/vikunja/config 20 | /etc/vikunja/vikunja.db 21 | db 22 | password 23 | sqlite 24 | root 25 | vikunja 26 | 99 27 | 100 28 | 29 | -------------------------------------------------------------------------------- /templates/deprecated/vikunja-frontend.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | vikunja-frontend 4 | vikunja/frontend:latest 5 | https://hub.docker.com/r/vikunja/frontend/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://vikunja.io/ 11 | The to-do app to organize your life. 12 | Productivity: 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/vikunja-frontend.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/vikunja.png 16 | The to-do app to organize your life. 17 | 8079 18 | https://domain.com/api/v1 19 | -------------------------------------------------------------------------------- /templates/deprecated/weechat.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | weechat 4 | weechat/weechat:latest 5 | https://hub.docker.com/r/weechat/weechat/ 6 | bridge 7 | false 8 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 9 | https://weechat.org/ 10 | WeeChat is a free and open-source Internet Relay Chat client, which is designed to be light and fast. 11 | 12 | Before Running: 13 | mkdir -p /mnt/user/appdata/weechat/config /mnt/user/appdata/weechat/data /mnt/user/appdata/weechat/cache &amp;&amp; chmod 777 /mnt/user/appdata/weechat/config /mnt/user/appdata/weechat/data /mnt/user/appdata/weechat/cache 14 | 15 | Access weechat using: 16 | docker attach weechat 17 | Network:Messenger 18 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/weechat.xml 19 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/weechat.png 20 | -it 21 | If you appreciate my work, donations are greatly appreciated! 22 | https://buymeacoffee.com/a75g 23 | WeeChat is a free and open-source Internet Relay Chat client, which is designed to be light and fast. 24 | /mnt/user/appdata/weechat/ 25 | -------------------------------------------------------------------------------- /templates/docpht.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | docpht 4 | docpht/docpht:latest 5 | https://hub.docker.com/r/docpht/docpht/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://docpht.org/ 11 | DocPHT you can take notes and quickly document anything and without the use of any database. 12 | Productivity: Tools: 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/docpht.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/docpht.png 16 | DocPHT you can take notes and quickly document anything and without the use of any database. 17 | 8000 18 | 8443 19 | /mnt/user/appdata/docpht/config/ 20 | /mnt/user/appdata/docpht/data/ 21 | /mnt/user/appdata/docpht/pages/ 22 | /mnt/user/appdata/docpht/ssl/ 23 | -------------------------------------------------------------------------------- /templates/element-web.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | element-web 4 | vectorim/element-web:latest 5 | https://hub.docker.com/r/vectorim/element-web/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://element.io/ 11 | Open, secure and interoperable communication for work and home. Used to call Riot-web. before the running the docker run [br]mkdir -p /mnt/user/appdata/element-web/config [/br]wget -O /mnt/user/appdata/element-web/config/config.json https://raw.githubusercontent.com/vector-im/element-web/develop/element.io/app/config.json 12 | Cloud: Productivity: Network:Messenger Status:Stable 13 | http://[IP]:[PORT:80] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/element-web.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/element-web.png 16 | Open, secure and interoperable communication for work and home. Used to call Riot-web. before the running the docker run [br]mkdir -p /mnt/user/appdata/element-web/config [/br]wget -O /mnt/user/appdata/element-web/config/config.json https://raw.githubusercontent.com/vector-im/element-web/develop/element.io/app/config.json 17 | 8075 18 | /mnt/user/appdata/element-web/config/config.json 19 | 20 | -------------------------------------------------------------------------------- /templates/epicgames-freegames.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | epicgames-freegames 4 | charlocharlie/epicgames-freegames:latest 5 | https://hub.docker.com/r/charlocharlie/epicgames-freegames/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/claabs/epicgames-freegames-node 11 | Automatically login, bypass Captchas, and redeem free games. 12 | 13 | Follow JSON Configuration and Cookie Import 14 | 15 | https://hub.docker.com/r/charlocharlie/epicgames-freegames/ 16 | Tools: 17 | http://[IP]:[PORT:3000]/ 18 | -m 2g 19 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/epicgames-freegames.xml 20 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/epicgames-freegames.png 21 | Automatically login, bypass Captchas, and redeem free games. 22 | 23 | Follow JSON Configuration and Cookie Import 24 | 25 | https://hub.docker.com/r/charlocharlie/epicgames-freegames/ 26 | 3055 27 | /mnt/user/appdata/epicgames-freegames/ 28 | 29 | -------------------------------------------------------------------------------- /templates/filestash.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | filestash 4 | machines/filestash:latest 5 | https://hub.docker.com/r/machines/filestash/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://www.filestash.app/ 11 | A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... 12 | 13 | https://www.filestash.app/docs/install-and-upgrade/#optional-using-a-bind-mount-for-persistent-configuration 14 | Cloud: Productivity: Network:Web 15 | http://[IP]:[PORT:8334]/ 16 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/filestash.xml 17 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/filestash.png 18 | A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... 19 | After installation Unraid Terminal 20 | chmod 777 /mnt/user/appdata/filestash/ 21 | 8334 22 | /mnt/user/appdata/filestash 23 | 24 | -------------------------------------------------------------------------------- /templates/flarum.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | flarum 4 | crazymax/flarum:latest 5 | https://hub.docker.com/r/crazymax/flarum/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://flarum.org/ 11 | Flarum is the next-generation forum software that makes online discussion fun. It's simple, fast, and free. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]flarum[/B][/u][br]Password: [B][u]flarum[/B][/u][/b] 12 | Network:Web 13 | http://[IP]:[PORT:8000]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/flarum.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/flarum.png 16 | Flarum is the next-generation forum software that makes online discussion fun. It's simple, fast, and free. 17 | 8000 18 | /mnt/user/appdata/flarum/ 19 | http://<IP>:8000 20 | Flarum Dockerized 21 | 22 | 3306 23 | flarum 24 | flarum 25 | password 26 | 256M 27 | 16M 28 | 128 29 | 99 30 | 100 31 | -------------------------------------------------------------------------------- /templates/gossa.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | gossa 4 | pldubouilh/gossa:latest 5 | https://hub.docker.com/r/pldubouilh/gossa/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/pldubouilh/gossa 11 | 🎶 a fast and simple multimedia fileserver 12 | Cloud: 13 | http://[IP]:[PORT:8001]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/gossa.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/gossa.png 16 | 🎶 a fast and simple multimedia fileserver 17 | 8001 18 | /mnt/user/appdata/gossa/ 19 | false 20 | false 21 | / 22 | 99 23 | 100 24 | 25 | -------------------------------------------------------------------------------- /templates/gotify.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | gotify 4 | gotify/server:latest 5 | https://hub.docker.com/r/gotify/server/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://gotify.net/ 11 | A simple server for sending and receiving messages.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b][br][br]Download config.yml[/br]mkdir -p /mnt/user/appdata/gotify/config/[/br]wget -O /mnt/user/appdata/gotify/config/config.yml https://raw.githubusercontent.com/gotify/server/master/config.example.yml 12 | Productivity: Tools:Utilities Network:Messenger 13 | http://[IP]:[PORT:80] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/gotify.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/gotify.png 16 | A simple server for sending and receiving messages.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b][br][br]Download config.yml[/br]mkdir -p /mnt/user/appdata/gotify/config/[/br]wget -O /mnt/user/appdata/gotify/config/config.yml https://raw.githubusercontent.com/gotify/server/master/config.example.yml 17 | 8070 18 | /mnt/user/appdata/gotify/ 19 | /mnt/user/appdata/gotify/config/ 20 | admin 21 | -------------------------------------------------------------------------------- /templates/grimoire.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | grimoire 4 | goniszewski/grimoire:latest 5 | https://hub.docker.com/r/goniszewski/grimoire/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://grimoire.pro 11 | Unleash your inner sorcerer and conquer the chaos of bookmarks! 12 | Access admin Login by Adding /admin Path in URL https://grimoire.pro/docs/getting-started/admin-panel 13 | 14 | Please Run the below in Unraid CLI after installing pocketbase 15 | 16 | git clone https://github.com/goniszewski/grimoire.git 17 | mv grimoire/pb_migrations/* /mnt/user/appdata/pocketbase/pb_migrations/ 18 | rm -rf grimoire 19 | docker stop pocketbase 20 | docker start pocketbase 21 | 22 | Admin Username and Password is the one in pocketbase 23 | Productivity: 24 | http://[IP]:[PORT:5173] 25 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/grimoire.xml 26 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/grimoire.png 27 | Read Overview 28 | pocketbase 29 | 30 | 5173 31 | http://UNRAID_IP:5170 32 | http://UNRAID_IP:5173 33 | false 34 | false 35 | 5173 36 | -------------------------------------------------------------------------------- /templates/homer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | homer 4 | b4bz/homer:latest 5 | https://hub.docker.com/r/b4bz/homer/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/bastienwirtz/homer 11 | A dead simple static HOMe for your servER to keep your services on hand from a simple yaml config. 12 | Network:Web 13 | http://[IP]:[PORT:8080] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/homer.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/homer.png 16 | --user 99:100 17 | A dead simple static HOMe for your servER to keep your services on hand from a simple yaml config. 18 | 8080 19 | /mnt/user/appdata/homer/assets/ 20 | 21 | -------------------------------------------------------------------------------- /templates/icons/2fauth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/2fauth.png -------------------------------------------------------------------------------- /templates/icons/airsonic-advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/airsonic-advanced.png -------------------------------------------------------------------------------- /templates/icons/apprise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/apprise.png -------------------------------------------------------------------------------- /templates/icons/archivebox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/archivebox.png -------------------------------------------------------------------------------- /templates/icons/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/avatar.png -------------------------------------------------------------------------------- /templates/icons/backuppc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/backuppc.png -------------------------------------------------------------------------------- /templates/icons/changedetection.io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/changedetection.io.png -------------------------------------------------------------------------------- /templates/icons/chibisafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/chibisafe.png -------------------------------------------------------------------------------- /templates/icons/commafeed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/commafeed.png -------------------------------------------------------------------------------- /templates/icons/commento.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/commento.png -------------------------------------------------------------------------------- /templates/icons/convos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/convos.png -------------------------------------------------------------------------------- /templates/icons/crypto-exchanges-gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/crypto-exchanges-gateway.png -------------------------------------------------------------------------------- /templates/icons/cryptpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/cryptpad.png -------------------------------------------------------------------------------- /templates/icons/cyberchef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/cyberchef.png -------------------------------------------------------------------------------- /templates/icons/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/dashboard.png -------------------------------------------------------------------------------- /templates/icons/dashy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/dashy.png -------------------------------------------------------------------------------- /templates/icons/db-backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/db-backup.png -------------------------------------------------------------------------------- /templates/icons/ddns-route53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/ddns-route53.png -------------------------------------------------------------------------------- /templates/icons/docpht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/docpht.png -------------------------------------------------------------------------------- /templates/icons/element-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/element-web.png -------------------------------------------------------------------------------- /templates/icons/epicgames-freegames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/epicgames-freegames.png -------------------------------------------------------------------------------- /templates/icons/filestash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/filestash.png -------------------------------------------------------------------------------- /templates/icons/flarum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/flarum.png -------------------------------------------------------------------------------- /templates/icons/freepbx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/freepbx.png -------------------------------------------------------------------------------- /templates/icons/freescout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/freescout.png -------------------------------------------------------------------------------- /templates/icons/ftpgrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/ftpgrab.png -------------------------------------------------------------------------------- /templates/icons/gossa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/gossa.png -------------------------------------------------------------------------------- /templates/icons/gotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/gotify.png -------------------------------------------------------------------------------- /templates/icons/grimoire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/grimoire.png -------------------------------------------------------------------------------- /templates/icons/homer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/homer.png -------------------------------------------------------------------------------- /templates/icons/keycloak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/keycloak.png -------------------------------------------------------------------------------- /templates/icons/kiwix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/kiwix.png -------------------------------------------------------------------------------- /templates/icons/leantime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/leantime.png -------------------------------------------------------------------------------- /templates/icons/librenms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/librenms.png -------------------------------------------------------------------------------- /templates/icons/linkace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/linkace.png -------------------------------------------------------------------------------- /templates/icons/linkding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/linkding.png -------------------------------------------------------------------------------- /templates/icons/lodestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/lodestone.png -------------------------------------------------------------------------------- /templates/icons/matomo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/matomo.png -------------------------------------------------------------------------------- /templates/icons/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/matrix.png -------------------------------------------------------------------------------- /templates/icons/mattermost-push-proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/mattermost-push-proxy.png -------------------------------------------------------------------------------- /templates/icons/mattermost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/mattermost.png -------------------------------------------------------------------------------- /templates/icons/mediagoblin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/mediagoblin.png -------------------------------------------------------------------------------- /templates/icons/memcached.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/memcached.png -------------------------------------------------------------------------------- /templates/icons/miniflux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/miniflux.png -------------------------------------------------------------------------------- /templates/icons/moodle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/moodle.png -------------------------------------------------------------------------------- /templates/icons/mumble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/mumble.png -------------------------------------------------------------------------------- /templates/icons/neonlink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/neonlink.png -------------------------------------------------------------------------------- /templates/icons/netbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/netbox.png -------------------------------------------------------------------------------- /templates/icons/nut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/nut.png -------------------------------------------------------------------------------- /templates/icons/openobserve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/openobserve.png -------------------------------------------------------------------------------- /templates/icons/outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/outline.png -------------------------------------------------------------------------------- /templates/icons/phpbb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/phpbb.png -------------------------------------------------------------------------------- /templates/icons/plik.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/plik.png -------------------------------------------------------------------------------- /templates/icons/pocketbase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/pocketbase.png -------------------------------------------------------------------------------- /templates/icons/psitransfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/psitransfer.png -------------------------------------------------------------------------------- /templates/icons/pure-ftpd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/pure-ftpd.png -------------------------------------------------------------------------------- /templates/icons/quakejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/quakejs.png -------------------------------------------------------------------------------- /templates/icons/quickshare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/quickshare.png -------------------------------------------------------------------------------- /templates/icons/reactive-resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/reactive-resume.png -------------------------------------------------------------------------------- /templates/icons/redis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/redis.png -------------------------------------------------------------------------------- /templates/icons/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/send.png -------------------------------------------------------------------------------- /templates/icons/shaarli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/shaarli.png -------------------------------------------------------------------------------- /templates/icons/shlink-web-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/shlink-web-client.png -------------------------------------------------------------------------------- /templates/icons/shlink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/shlink.png -------------------------------------------------------------------------------- /templates/icons/slash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/slash.png -------------------------------------------------------------------------------- /templates/icons/solr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/solr.png -------------------------------------------------------------------------------- /templates/icons/stackedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/stackedit.png -------------------------------------------------------------------------------- /templates/icons/synapse-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/synapse-admin.png -------------------------------------------------------------------------------- /templates/icons/tar1090.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/tar1090.png -------------------------------------------------------------------------------- /templates/icons/torprivoxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/torprivoxy.png -------------------------------------------------------------------------------- /templates/icons/upsnap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/upsnap.png -------------------------------------------------------------------------------- /templates/icons/wallabag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/wallabag.png -------------------------------------------------------------------------------- /templates/icons/weechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/weechat.png -------------------------------------------------------------------------------- /templates/icons/wifi-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/wifi-card.png -------------------------------------------------------------------------------- /templates/icons/yacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A75G/docker-templates/f45470b860c3101681b4c499993139c889582c98/templates/icons/yacy.png -------------------------------------------------------------------------------- /templates/keycloak.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | keycloak 4 | bitnami/keycloak:latest 5 | https://hub.docker.com/r/bitnami/keycloak/ 6 | bridge 7 | false 8 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 9 | https://www.keycloak.org/ 10 | Open Source Identity and Access Management. 11 | Security: Tools:Utilities 12 | http://[IP]:[PORT:8080]/ 13 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/keycloak.xml 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/keycloak.png 15 | If you appreciate my work, donations are greatly appreciated! 16 | https://buymeacoffee.com/a75g 17 | 8080 18 | 192.168.100.100 19 | admin 20 | password 21 | 192.168.100.100 22 | 5432 23 | keyclock 24 | password 25 | keyclock 26 | 27 | true 28 | false 29 | xforwarded 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /templates/kiwix-serve.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | kiwix-serve 4 | ghcr.io/kiwix/kiwix-serve 5 | https://github.com/kiwix/kiwix-tools/tree/main/docker/server 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://www.kiwix.org/ 11 | Kiwix enables you to have the whole Wikipedia at hand wherever you go! [br]Remove download link after download complete.[/br] 12 | Productivity: 13 | http://[IP]:[PORT:8080] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/kiwix-serve.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/kiwix.png 16 | *.zim 17 | Kiwix enables you to have the whole Wikipedia at hand wherever you go! [br]Remove download link after download complete.[/br] 18 | 19 | 8040 20 | /mnt/user/appdata/kiwix-serve/ 21 | http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim 22 | 23 | -------------------------------------------------------------------------------- /templates/linkace.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | linkace 4 | linkace/linkace:simple 5 | https://hub.docker.com/r/linkace/linkace/ 6 | bridge 7 | false 8 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 9 | https://www.linkace.org/ 10 | &lt;p&gt;LinkAce is a self-hosted archive to collect links of your favorite websites. &lt;/p&gt; 11 | &lt;p&gt;-&lt;span style="color: rgb(184, 49, 47);"&gt;Before you start CLI unraid&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;mkdir /mnt/user/appdata/linkace/&lt;/em&gt;&lt;br&gt;&lt;em&gt;wget -O /mnt/user/appdata/linkace/.env https://raw.githubusercontent.com/Kovah/LinkAce/main/.env.docker.production&lt;/em&gt;&lt;br&gt;&lt;br&gt;-Edit .env with your configuration&lt;br&gt;&lt;br&gt;-start the linkace then CLI linkace&lt;br&gt;&lt;br&gt;&lt;em&gt;php artisan key:generate&lt;/em&gt;&lt;/p&gt; 12 | Productivity: Tools: 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/linkace.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/linkace.png 16 | &lt;p&gt;LinkAce is a self-hosted archive to collect links of your favorite websites. &lt;/p&gt; 17 | &lt;p&gt;-&lt;span style="color: rgb(184, 49, 47);"&gt;Before you start CLI unraid&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;mkdir /mnt/user/appdata/linkace/&lt;/em&gt;&lt;br&gt;&lt;em&gt;wget -O /mnt/user/appdata/linkace/.env https://raw.githubusercontent.com/Kovah/LinkAce/main/.env.docker.production&lt;/em&gt;&lt;br&gt;&lt;br&gt;-Edit .env with your configuration&lt;br&gt;&lt;br&gt;-start the linkace then CLI linkace&lt;br&gt;&lt;br&gt;&lt;em&gt;php artisan key:generate&lt;/em&gt;&lt;/p&gt; 18 | 4256 19 | /mnt/user/appdata/linkace/logs/ 20 | /mnt/user/appdata/linkace/.env 21 | 22 | -------------------------------------------------------------------------------- /templates/linkding.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | linkding 4 | sissbruecker/linkding 5 | https://hub.docker.com/r/sissbruecker/linkding/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/sissbruecker/linkding 11 | linkding is a simple bookmark service that you can host yourself. [br]Creating user by using console "python manage.py createsuperuser --username=joe --email=joe@example.com"[/br] 12 | Productivity: Network:Web 13 | http://[IP]:[PORT:9090]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/linkding.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/linkding.png 16 | 17 | 18 | 19 | 20 | linkding is a simple bookmark service that you can host yourself. [br]Creating user by using console "python manage.py createsuperuser --username=joe --email=joe@example.com"[/br] 21 | 9090 22 | /mnt/user/appdata/linkding/ 23 | -------------------------------------------------------------------------------- /templates/lodestone.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | lodestone 4 | ghcr.io/lodestone-team/lodestone_core:latest 5 | https://github.com/lodestone-team/lodestone_core/pkgs/container/lodestone_core 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://www.lodestone.cc/ 11 | A free, open source server hosting tool for Minecraft and other multiplayer games 12 | After first boot Unraid CLI 13 | chmod 777 -R /mnt/user/appdata/lodestone/ 14 | Then download the client from https://github.com/Lodestone-Team/lodestone/releases 15 | Copy the Secert key from the docker log and login 16 | Please note that for any Game server port add new port for it 17 | GameServers: 18 | http://[IP]:[PORT:16662]/ 19 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/lodestone.xml 20 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/lodestone.png 21 | 16662 22 | /mnt/user/appdata/lodestone/ 23 | -------------------------------------------------------------------------------- /templates/matomo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | matomo 4 | bitnami/matomo:latest 5 | https://hub.docker.com/r/bitnami/matomo/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://matomo.org/ 11 | Matomo is a free and open source web analytics application written by a team of international developers that runs on a PHP/MySQL webserver. 12 | Productivity: Tools: Network:Management 13 | https://[IP]:[PORT:8080]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/matomo.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/matomo.png 16 | 17 | 18 | 19 | 20 | Matomo is a free and open source web analytics application written by a team of international developers that runs on a PHP/MySQL webserver. 21 | 8080 22 | /mnt/user/appdata/matomo/ 23 | mariadb 24 | 3306 25 | bitnami_matomo 26 | bn_matomo 27 | password 28 | User 29 | 192.168.0.100 30 | bitnami 31 | no 32 | 128M 33 | -------------------------------------------------------------------------------- /templates/matrix.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | matrix 4 | avhost/docker-matrix:latest 5 | https://hub.docker.com/r/avhost/docker-matrix/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://hub.docker.com/r/avhost/docker-matrix 11 | Docker Image for the matrix chat server. 12 | Productivity: Network:Voip Network:Messenger 13 | http://[IP]:[PORT:8008] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/matrix.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/matrix.png 16 | chown 991:991 /mnt/user/appdata/matrix/ 17 | After first start up 18 | 19 | 20 | 21 | 22 | Docker Image for the matrix chat server. 23 | 24 | 8008 25 | 8448 26 | 3478 27 | 3478 28 | /mnt/user/appdata/matrix/ 29 | matrix 30 | no 31 | 0.5 32 | 99 33 | 100 34 | 35 | -------------------------------------------------------------------------------- /templates/mattermost-push-proxy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | mattermost-push-proxy 4 | mattermost/mattermost-push-proxy:latest 5 | https://hub.docker.com/r/mattermost/mattermost-push-proxy/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/mattermost/mattermost-push-proxy 11 | Mattermost Push Notification Service. 12 | 13 | after starting 14 | mkdir /mnt/user/appdata/mattermost-push-proxy/config 15 | cd /mnt/user/appdata/mattermost-push-proxy/config 16 | wget https://raw.githubusercontent.com/mattermost/mattermost-push-proxy/master/config/mattermost-push-proxy.json 17 | 18 | https://developers.mattermost.com/contribute/mobile/push-notifications/service/ 19 | Other: 20 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/mattermost-push-proxy.xml 21 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mattermost-push-proxy.png 22 | Mattermost Push Notification Service. 23 | 24 | after starting 25 | mkdir /mnt/user/appdata/mattermost-push-proxy/config 26 | cd /mnt/user/appdata/mattermost-push-proxy/config 27 | wget https://raw.githubusercontent.com/mattermost/mattermost-push-proxy/master/config/mattermost-push-proxy.json 28 | 29 | https://developers.mattermost.com/contribute/mobile/push-notifications/service/ 30 | 8066 31 | /mnt/user/appdata/mattermost-push-proxy/ 32 | /mnt/user/appdata/mattermost-push-proxy/config/ 33 | /mnt/user/appdata/mattermost-push-proxy/certs/ 34 | -------------------------------------------------------------------------------- /templates/mattermost.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | mattermost 4 | mattermost/mattermost-team-edition:latest 5 | https://hub.docker.com/r/mattermost/mattermost-team-edition/ 6 | bridge 7 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 8 | https://mattermost.com/ 9 | Mattermost a flexible, open source messaging platform that enables secure team collaboration. 10 | The official Docker image for Mattermost Team Edition. 11 | Productivity: Network:Voip Network:Messenger 12 | http://[IP]:[PORT:8065]/ 13 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/mattermost.xml 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mattermost.png 15 | If you appreciate my work, donations are greatly appreciated! 16 | https://buymeacoffee.com/a75g 17 | Run command before running container: 18 | mkdir -p /mnt/user/appdata/mattermost/{config,data,logs,plugins,client/plugins,bleve-indexes} &amp;&amp; chown -R 2000:2000 /mnt/user/appdata/mattermost/ 19 | 8065 20 | /mnt/user/appdata/mattermost/data/ 21 | /mnt/user/appdata/mattermost/logs/ 22 | /mnt/user/appdata/mattermost/config/ 23 | /mnt/user/appdata/mattermost/plugins/ 24 | /mnt/user/appdata/mattermost/client/plugins/ 25 | MM_USERNAME:MM_PASSWORD@tcp(DB_HOST:DB_PORT_NUMBER)/MM_DBNAME?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s 26 | /mnt/user/appdata/mattermost/bleve-indexes/ 27 | http://192.168.100.100:8065 28 | mysql 29 | 30 | -------------------------------------------------------------------------------- /templates/mediagoblin.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | mediagoblin 4 | mtlynch/mediagoblin:latest 5 | https://hub.docker.com/r/mtlynch/mediagoblin/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://mediagoblin.org/ 11 | MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] 12 | MediaApp:Photos 13 | http://[IP]:[PORT:6543]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/mediagoblin.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mediagoblin.png 16 | --tty --detach 17 | 18 | 19 | 20 | MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] 21 | 6543 22 | /mnt/user/appdata/mediagoblin/ 23 | -------------------------------------------------------------------------------- /templates/memcached.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | memcached 4 | bitnami/memcached:latest 5 | https://hub.docker.com/r/bitnami/memcached/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://memcached.org/ 11 | Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. 12 | Tools: 13 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/memcached.xml 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/memcached.png 15 | Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. 16 | 11211 17 | 18 | 19 | -------------------------------------------------------------------------------- /templates/miniflux.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | miniflux 4 | miniflux/miniflux:latest 5 | https://hub.docker.com/r/miniflux/miniflux/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://hub.docker.com/r/miniflux/miniflux/ 11 | Miniflux is a minimalist and opinionated feed reader. 12 | Other: 13 | http://[IP]:[PORT:8080]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/miniflux.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/miniflux.png 16 | Miniflux is a minimalist and opinionated feed reader. 17 | 5600 18 | postgres://miniflux:secret@Hostname/miniflux2?sslmode=disable 19 | admin 20 | password 21 | http://192.168.1.100:5600 22 | 60 23 | 24 24 | 60 25 | 30 26 | 1 27 | 1 28 | 0 29 | 0 30 | -------------------------------------------------------------------------------- /templates/neonlink.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | neonlink 4 | alexscifier/neonlink:latest 5 | https://hub.docker.com/r/alexscifier/neonlink/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/AlexSciFier/neonlink 11 | Simple self-hosted bookmark service. 12 | Productivity: 13 | http://[IP]:[PORT:3333]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/neonlink.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/neonlink.png 16 | --user=0:0 17 | 3333 18 | /mnt/user/appdata/neonlink/data/ 19 | /mnt/user/appdata/neonlink/background/ 20 | 120000 21 | -------------------------------------------------------------------------------- /templates/nut.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | nut 4 | shawly/nut:edge 5 | https://hub.docker.com/r/shawly/nut 6 | bridge 7 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 8 | https://github.com/shawly/docker-nut 9 | nut server docker image for serving switch nsp and xci to tinfoil on local network. 10 | Default username and password is &amp;quot;guest&amp;quot; &amp;quot;guest&amp;quot; 11 | Other: 12 | http://[IP]:[PORT:9000] 13 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/nut.xml 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/nut.png 15 | keys.txt can be found in prod.keys 16 | Editing nut.conf then fix the permission to nobody 17 | 9000 18 | /mnt/user/games/Nintendo Switch/NSZ/ 19 | /mnt/user/games/Nintendo Switch/nut/conf 20 | /mnt/user/games/Nintendo Switch/nut/_NSPOUT 21 | /mnt/user/games/Nintendo Switch/nut/titledb 22 | true 23 | true 24 | https://github.com/blawar/titledb 25 | US 26 | en 27 | [{"scan": "0/30 * * * *"}] 28 | 99 29 | 100 30 | 022 31 | 32 | -------------------------------------------------------------------------------- /templates/openobserve.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | openobserve 4 | public.ecr.aws/zinclabs/openobserve:latest 5 | https://hub.docker.com/r/openobserve/openobserve/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://openobserve.ai/ 11 | a simple yet sophisticated log search, infrastructure monitoring, and APM solution. It is a full-fledged observability platform that can reduce your storage costs by ~140x compared to other solutions and requires much lower resource utilization resulting in much lower cost. 12 | Tools: Network:Other 13 | http://[IP]:[PORT:5080] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/openobserve.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/openobserve.png 16 | 5080 17 | root@example.com 18 | Complexpass#123 19 | /mnt/user/appdata/openobserve 20 | -------------------------------------------------------------------------------- /templates/phpbb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | phpbb 4 | bitnami/phpbb:latest 5 | https://hub.docker.com/r/bitnami/phpbb/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://www.phpbb.com/ 11 | phpBB is a bulletin board solution that allows you to create forums and subforums. 12 | Productivity: 13 | http://[IP]:[PORT:8080]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/phpbb.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/phpbb.png 16 | phpBB is a bulletin board solution that allows you to create forums and subforums. 17 | 8080 18 | /mnt/user/appdata/phpbb/ 19 | no 20 | mariadb 21 | 3306 22 | bn_phpbb 23 | password 24 | bitnami_phpbb 25 | user 26 | bitnami 27 | user@example.com 28 | Phpbb 29 | A little text to describe your forum 30 | 256M 31 | -------------------------------------------------------------------------------- /templates/plik.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | plik 4 | rootgg/plik:latest 5 | https://hub.docker.com/r/rootgg/plik/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/root-gg/plik 11 | Plik is a scalable file uploading system with multiple backends. 12 | 13 | 14 | Productivity: Tools: 15 | http://[IP]:[PORT:8080] 16 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/plik.xml 17 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/plik.png 18 | Run 19 | &lt;code&gt;mkdir -p /mnt/user/appdata/plik/ &amp;&amp; mkdir /mnt/user/appdata/plik/data/ &amp;&amp; wget -O /mnt/user/appdata/plik/plikd.cfg https://raw.githubusercontent.com/root-gg/plik/master/server/plikd.cfg &amp;&amp; chown 1000:1000 /mnt/user/appdata/plik/ &amp;&amp; chown 1000:1000 /mnt/user/appdata/plik/data/ &amp;&amp; chown 1000:1000 /mnt/user/appdata/plik/plikd.cfg&lt;/code&gt; 20 | 21 | Lastly edit plikd.cfg 22 | https://github.com/root-gg/plik/blob/master/documentation/docker.md 23 | only add /data/ before files" and plik.db" in DataBackend = "file" 24 | 25 | 8080 26 | /mnt/user/appdata/plik/data/ 27 | /mnt/user/appdata/plik/plikd.cfg 28 | -------------------------------------------------------------------------------- /templates/pocketbase.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | pocketbase 4 | spectado/pocketbase:0.19.2 5 | https://hub.docker.com/r/spectado/pocketbase/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://pocketbase.io/ 11 | PocketBase - Open Source backend for your next SaaS and Mobile app in 1 file 12 | Other: 13 | http://[IP]:[PORT:80] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/pocketbase.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pocketbase.png 16 | 5170 17 | /mnt/user/appdata/pocketbase/pb_data/ 18 | /mnt/user/appdata/pocketbase/pb_migrations/ 19 | /mnt/user/appdata/pocketbase/pb_public/ 20 | admin@grimoire.localhost 21 | changeme 22 | -------------------------------------------------------------------------------- /templates/psitransfer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | psitransfer 4 | psitrax/psitransfer:latest 5 | https://hub.docker.com/r/psitrax/psitransfer/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/psi-4ward/psitransfer 11 | Simple open source self-hosted file sharing solution. 12 | To access Admin Page add /admin at the end of the URL 13 | 14 | Run 15 | chown -R 1000 /mnt/user/appdata/psitransfer/ 16 | After install in Unraid CLI 17 | Cloud: 18 | http://[IP]:[PORT:3000]/ 19 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/psitransfer.xml 20 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/psitransfer.png 21 | Simple open source self-hosted file sharing solution. 22 | 3000 23 | secret 24 | /mnt/user/appdata/psitransfer/ 25 | -------------------------------------------------------------------------------- /templates/pure-ftpd.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | pure-ftpd 4 | crazymax/pure-ftpd:latest 5 | https://hub.docker.com/r/crazymax/pure-ftpd/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://www.pureftpd.org/project/pure-ftpd/ 11 | Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br] 12 | Tools: Network:FTP Status:Stable 13 | http://[IP]:[PORT:2100]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/pure-ftpd.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pure-ftpd.png 16 | Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br] 17 | 2100 18 | 30000-30009 19 | /mnt/user/appdata/pure-ftpd/ 20 | /mnt/user/pure-ftpd/ 21 | puredb 22 | true 23 | 30000:30009 24 | -------------------------------------------------------------------------------- /templates/quakejs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | quakejs 4 | treyyoder/quakejs:latest 5 | https://hub.docker.com/r/treyyoder/quakejs/ 6 | br0 7 | 192.168.0.266 8 | sh 9 | false 10 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 11 | https://github.com/treyyoder/quakejs-docker 12 | QuakeJS is a port of ioquake3 to JavaScript with the help of Emscripten.[br]IMPORTANT Use Custom:br0 https://youtu.be/2VnQxxn00jU?t=121 put Fixed IP address, then copy the ip and access it using you broswer [BR][span style='color: #ff9900;'][B]DON'T USE BRIDGE I'M NOT RESPONSABLE FOR UNRAID CONFLICTING WITH PORT 80 FOR THIS DOCKER[/B] 13 | Other: 14 | http://[IP]:[PORT:80]/ 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/matomo.xml 16 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/quakejs.png 17 | QuakeJS is a port of ioquake3 to JavaScript with the help of Emscripten.[br]IMPORTANT Use Custom:br0 https://youtu.be/2VnQxxn00jU?t=121 put Fixed IP address, then copy the ip and access it using you broswer [BR][span style='color: #ff9900;'][B]DON'T USE BRIDGE I'M NOT RESPONSABLE FOR UNRAID CONFLICTING WITH PORT 80 FOR THIS DOCKER[/B] 18 | 80 19 | 27960 20 | 192.168.0.266 21 | 80 22 | -------------------------------------------------------------------------------- /templates/quickshare.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | quickshare 4 | hexxa/quickshare:latest 5 | https://hub.docker.com/r/hexxa/quickshare/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://ihexxa.github.io/quickshare.site/ 11 | Quick and simple file sharing between different devices, built with Go, React and Typescript. 12 | Productivity: Tools: 13 | http://[IP]:[PORT:8686] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/quickshare.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/quickshare.png 16 | 8686 17 | /mnt/user/appdata/quickshare/ 18 | admin 19 | password 20 | -------------------------------------------------------------------------------- /templates/reactive-resume-client-v3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | reactive-resume-client-v3 4 | amruthpillai/reactive-resume:client-3.8.4 5 | https://hub.docker.com/r/amruthpillai/reactive-resume/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://rxresu.me/ 11 | A one-of-a-kind resume builder that keeps your privacy in mind. 12 | Productivity: 13 | http://[IP]:[PORT:3000]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/reactive-resume-client-v3.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/reactive-resume.png 16 | reactive-resume-server-v3 17 | 3110 18 | http://Unraid_IP:3110 19 | http://Unraid_IP:3100 20 | -------------------------------------------------------------------------------- /templates/reactive-resume-server-v3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | reactive-resume-server-v3 4 | amruthpillai/reactive-resume:server-3.8.4 5 | https://hub.docker.com/r/amruthpillai/reactive-resume/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://rxresu.me/ 11 | A one-of-a-kind resume builder that keeps your privacy in mind. 12 | Productivity: 13 | http://[IP]:[PORT:3100]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/reactive-resume-server-v3.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/reactive-resume.png 16 | postgresdb 17 | 3100 18 | http://Unraid_IP:3110 19 | http://Unraid_IP:3100 20 | DATABASE_NAME 21 | DATABASE_USERNAME 22 | DATABASE_PASSWORD 23 | change-me-to-something-secure 24 | DATABASE_IP/HOSTNAME 25 | 5432 26 | change-me-to-something-secure 27 | 604800 28 | -------------------------------------------------------------------------------- /templates/reactive-resume.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | reactive-resume-v1 4 | amruthpillai/reactive-resume:v1 5 | https://hub.docker.com/r/amruthpillai/reactive-resume/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://rxresu.me/ 11 | A one-of-a-kind resume builder that keeps your privacy in mind. 12 | Productivity: 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/reactive-resume.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/reactive-resume.png 16 | 17 | 18 | 19 | 20 | A one-of-a-kind resume builder that keeps your privacy in mind. 21 | 22 | 8000 23 | 24 | -------------------------------------------------------------------------------- /templates/redis.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | redis 4 | bitnami/redis:latest 5 | https://hub.docker.com/r/bitnami/redis/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://redis.io/ 11 | Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. 12 | Tools: Status:Stable 13 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/redis.xml 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/redis.png 15 | Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. 16 | chown -R 1001:1001 /mnt/user/appdata/redis/ 17 | https://forums.unraid.net/topic/89502-support-a75g-repo/page/20/#comment-1167188 18 | WARNING Memory overcommit - https://forums.unraid.net/topic/89502-support-a75g-repo/page/32/#findComment-1461674 19 | If you appreciate my work, donations are greatly appreciated! 20 | https://buymeacoffee.com/a75g 21 | 6379 22 | /mnt/user/appdata/redis 23 | yes 24 | 941378 25 | --auto-aof-rewrite-percentage 100 --auto-aof-rewrite-min-size 64mb 26 | 27 | -------------------------------------------------------------------------------- /templates/send.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | send 4 | registry.gitlab.com/timvisee/send:latest 5 | https://gitlab.com/timvisee/send 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://gitlab.com/timvisee/send 11 | A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. 12 | 13 | Redis need some persistence database to do that please look up 14 | 15 | https://github.com/bitnami/bitnami-docker-redis#persisting-your-database 16 | 17 | https://forums.unraid.net/topic/89502-support-a75g-repo/?do=findComment&amp;comment=986457 18 | Cloud: Tools: 19 | http://[IP]:[PORT:1443]/ 20 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/send.xml 21 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/send.png 22 | A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. 23 | 24 | Redis need some persistence database to do that please look up 25 | 26 | https://github.com/bitnami/bitnami-docker-redis#persisting-your-database 27 | 28 | https://forums.unraid.net/topic/89502-support-a75g-repo/?do=findComment&amp;comment=986457 29 | 1443 30 | http://192.168.0.100:1443 31 | /mnt/user/appdata/send/ 32 | 2147483648 33 | 604800 34 | 100 35 | 192.168.0.100 36 | password 37 | 6379 38 | /uploads 39 | production 40 | -------------------------------------------------------------------------------- /templates/shaarli.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | shaarli 4 | shaarli/shaarli:master 5 | https://hub.docker.com/r/shaarli/shaarli/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/shaarli/Shaarli 11 | The personal, minimalist, super-fast, database free, bookmarking service. 12 | Productivity: 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/shaarli.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shaarli.png 16 | The personal, minimalist, super-fast, database free, bookmarking service. 17 | 8000 18 | /mnt/user/appdata/shaarli/cache/ 19 | /mnt/user/appdata/shaarli/data/ 20 | -------------------------------------------------------------------------------- /templates/shlink-web-client.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | shlink-web-client 4 | shlinkio/shlink-web-client:latest 5 | https://hub.docker.com/r/shlinkio/shlink-web-client/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://www.github.com/shlinkio/shlink-web-client 11 | A ReactJS-based progressive web application for shlink. 12 | 1. Install shlink 13 | 2. CLI to it and enter "shlink api-key:generate" 14 | 3. Copy the api and add and edit to servers.json 15 | Tools: Status:Stable 16 | http://[IP]:[PORT:8080]/ 17 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/shlink-web-client.xml 18 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shlink-web-client.png 19 | A ReactJS-based progressive web application for shlink. 20 | 1. Install shlink 21 | 2. CLI to it and enter "shlink api-key:generate" 22 | 3. Copy the api and add and edit to servers.json 23 | 8080 24 | /mnt/user/appdata/shlink-web/servers.json 25 | 26 | -------------------------------------------------------------------------------- /templates/shlink.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | shlink 4 | shlinkio/shlink:latest 5 | https://hub.docker.com/r/shlinkio/shlink/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://shlink.io/ 11 | A self-hosted and PHP-based URL shortener application with CLI and REST interfaces. 12 | More Variables: https://shlink.io/documentation/install-docker-image/#supported-env-vars 13 | Tools: Status:Stable 14 | http://[IP]:[PORT:8080]/ 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/shlink.xml 16 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shlink.png 17 | A self-hosted and PHP-based URL shortener application with CLI and REST interfaces. 18 | More Variables: https://shlink.io/documentation/install-docker-image/#supported-env-vars 19 | 8080 20 | doma.in 21 | true 22 | 23 | maria 24 | shlink 25 | root 26 | password 27 | 192.168.0.100 28 | 3306 29 | 30 | -------------------------------------------------------------------------------- /templates/slash.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | slash 4 | yourselfhosted/slash:latest 5 | https://hub.docker.com/r/yourselfhosted/slash/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/yourselfhosted/slash 11 | An open source, self-hosted bookmarks and link sharing platform. 12 | Productivity: 13 | http://[IP]:[PORT:5231]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/slash.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/slash.png 16 | 5231 17 | /mnt/user/appdata/slash/ 18 | -------------------------------------------------------------------------------- /templates/solr.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | solr 4 | bitnami/solr:latest 5 | https://hub.docker.com/r/bitnami/solr/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://lucene.apache.org/solr/ 11 | Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene. 12 | Tools: 13 | http://[IP]:[PORT:8983] 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/solr.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/solr.png 16 | Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene. 17 | 8983 18 | /mnt/user/appdata/solr/ 19 | 8983 20 | my_core 21 | -------------------------------------------------------------------------------- /templates/stackedit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | stackedit 4 | qmcgaw/stackedit:latest 5 | https://hub.docker.com/r/qmcgaw/stackedit/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://stackedit.io/ 11 | StackEdit’s Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. 12 | Productivity: Tools: 13 | http://[IP]:[PORT:8000]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/stackedit.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/stackedit.png 16 | StackEdit’s Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. 17 | 8000 18 | / 19 | -------------------------------------------------------------------------------- /templates/synapse-admin.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | synapse-admin 4 | awesometechnologies/synapse-admin:latest 5 | https://hub.docker.com/r/awesometechnologies/synapse-admin/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 11 | https://github.com/Awesome-Technologies/synapse-admin 12 | Admin UI for Matrix Synapse homeserver. 13 | 14 | User must be admin user - how to make admin user "register_new_matrix_user -c /data/homeserver.yaml http://0.0.0.0:8008" 15 | Tools: Network:Messenger 16 | http://[IP]:[PORT:80]/ 17 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/synapse-admin.xml 18 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/synapse-admin.png 19 | Admin UI for Matrix Synapse homeserver. 20 | 21 | User must be admin user - how to make admin user "register_new_matrix_user -c /data/homeserver.yaml http://0.0.0.0:8008" 22 | 8010 23 | -------------------------------------------------------------------------------- /templates/tar1090.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | tar1090 4 | mikenye/tar1090:latest 5 | https://hub.docker.com/r/mikenye/tar1090/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://hub.docker.com/r/mikenye/tar1090 11 | Multi-arch tar1090 container for visualising ADSB data. 12 | Other: 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/tar1090.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/tar1090.png 16 | Multi-arch tar1090 container for visualising ADSB data. 17 | 8078 18 | <BEASTHOST> 19 | <MLATHOST> 20 | xx.xxxxx 21 | xx.xxxxx 22 | -------------------------------------------------------------------------------- /templates/torprivoxy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | torprivoxy 4 | avpnusr/torprivoxy:latest 5 | https://hub.docker.com/r/avpnusr/torprivoxy/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/avpnusr/torprivoxy 11 | Small TOR and Privoxy container with just 8 MB 12 | Network:Proxy Network:Privacy 13 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/torprivoxy.xml 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/torprivoxy.png 15 | Small TOR and Privoxy container with just 8 MB 16 | 8118 17 | 9050 18 | 19 | -------------------------------------------------------------------------------- /templates/upsnap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | upsnap 4 | ghcr.io/seriousm4x/upsnap:4 5 | https://github.com/seriousm4x/UpSnap/pkgs/container/upsnap 6 | host 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/seriousm4x/UpSnap/ 11 | A simple wake on lan web app written with SvelteKit, Go and PocketBase. 12 | Tools: Network:Other 13 | http://[IP]:[PORT:8090]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/upsnap.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/upsnap.png 16 | --user=99:100 17 | @every 10s 18 | 192.168.0.0/24 19 | 500ms 20 | Custom name 21 | /mnt/user/appdata/upsnap/ 22 | true 23 | -------------------------------------------------------------------------------- /templates/wallabag.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | wallabag 4 | wallabag/wallabag:latest 5 | https://hub.docker.com/r/wallabag/wallabag/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://www.wallabag.org 11 | Wallabag is a self hostable application for saving web pages. Unlike other services, wallabag is free (as in freedom) and open source. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]wallabag[/B][/u][br]Password: [B][u]wallabag[/B][/u][/b] 12 | Productivity: Status:Stable 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/wallabag.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wallabag.png 16 | Wallabag is a self hostable application for saving web pages. Unlike other services, wallabag is free (as in freedom) and open source. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]wallabag[/B][/u][br]Password: [B][u]wallabag[/B][/u][/b] 17 | &lt;code&gt;mkdir /mnt/user/appdata/wallabag/db &lt;/code&gt; 18 | chown nobody:users /mnt/user/appdata/wallabag/db --recursive &lt;/code&gt; 19 | 20 | https://forums.unraid.net/topic/89502-support-a75g-repo/?do=findComment&amp;comment=1272492 21 | 6500 22 | /mnt/user/appdata/wallabag/ 23 | /mnt/user/appdata/wallabag/images/ 24 | http://<IP>:6500 25 | LongRandomSecretHere 26 | false 27 | 28 | -------------------------------------------------------------------------------- /templates/weechat.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | weechat 4 | weechat/weechat:latest 5 | https://hub.docker.com/r/weechat/weechat/ 6 | bridge 7 | false 8 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 9 | https://weechat.org/ 10 | WeeChat is a free and open-source Internet Relay Chat client, which is designed to be light and fast. 11 | 12 | Before Running: 13 | mkdir -p /mnt/user/appdata/weechat/config /mnt/user/appdata/weechat/data /mnt/user/appdata/weechat/cache &amp;&amp; chmod 777 /mnt/user/appdata/weechat/config /mnt/user/appdata/weechat/data /mnt/user/appdata/weechat/cache 14 | 15 | Access weechat using: 16 | docker attach weechat 17 | Network:Messenger 18 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/weechat.xml 19 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/weechat.png 20 | -it 21 | If you appreciate my work, donations are greatly appreciated! 22 | https://buymeacoffee.com/a75g 23 | WeeChat is a free and open-source Internet Relay Chat client, which is designed to be light and fast. 24 | /mnt/user/appdata/weechat/ 25 | -------------------------------------------------------------------------------- /templates/wifi-card.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | wifi-card 4 | bndw/wifi-card:latest 5 | https://hub.docker.com/r/bndw/wifi-card/ 6 | bridge 7 | sh 8 | false 9 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 10 | https://github.com/bndw/wifi-card 11 | Print a neat little card with your WiFi info and stick it on the fridge. 12 | Other: 13 | http://[IP]:[PORT:80]/ 14 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/wifi-card.xml 15 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wifi-card.png 16 | Print a neat little card with your WiFi info and stick it on the fridge. 17 | 8000 18 | 19 | -------------------------------------------------------------------------------- /templates/yacy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | yacy 4 | yacy/yacy_search_server:latest 5 | https://hub.docker.com/r/yacy/yacy_search_server/ 6 | bridge 7 | false 8 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 9 | https://yacy.net/ 10 | YaCy decentralized search engine (https://yacy.net) 11 | 12 | Default user/password 13 | User: admin 14 | Password: yacy 15 | 16 | Set an admin account immediately after the first start-up. Open: 17 | http://ServerIP:8090/ConfigAccounts_p.html 18 | 19 | Command: 20 | chmod -R 777 /mnt/user/appdata/yacy 21 | Tools: Network:Web 22 | http://[IP]:[PORT:8090]/ 23 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/yacy.xml 24 | https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/yacy.png 25 | --log-opt max-size=200m --log-opt max-file=2 26 | If you appreciate my work, donations are greatly appreciated! 27 | https://buymeacoffee.com/a75g 28 | YaCy decentralized search engine (https://yacy.net)[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]yacy[/B][/u][/b] 29 | 30 | Set an admin account immediately after the first start-up. Open: 31 | http://ServerIP:8090/ConfigAccounts_p.html 32 | 8090 33 | 8443 34 | /mnt/user/appdata/yacy/ 35 | --------------------------------------------------------------------------------