- Airsonic-advanced
- Apprise
- ArchiveBox
- Backuppc
- Changedetection.io
- Commento
- Crypto-exchanges-gateway
- CryptPad
- CyberChef
- db-backup
- ddns-route53
- Docpht
- ecoDMS
- Element-web
- Epicgames-freegames
- Filestash
- Flarum
- FreePBX
- Freescout
- Gossa
- Gotify
- Homer
- Keycloak
- Kiwix-serve
- Leantime
- Librenms
- Linkace
- Linkding
- Matomo
- Matrix
- Mattermost
- Mattermost-push-proxy
- Mediagoblin
- Memcached
- Miniflux
- Moodle
- Netbox
- Nut
- phpBB
- PsiTransfer
- Pterodactyl-panel
- Pure-FTPd
- Quakejs
- Reactive-resume
- Redis
- Riot-web
- Send
- Shaarli
- Shlink
- Shlink-web-client
- Solr
- StackEdit
- Synapse-admin
- Tar1090
- Torprivoxy
- tt-rss
- Wallabag
- Weechat
- Wifi-card
- YaCy
Airsonic-Advanced is a free, web-based media streamer, providing ubiquitous access to your music.
Application Name: Airsonic-advanced
Application Site: https://github.com/airsonic-advanced/airsonic-advanced
Push Notifications that work with just about every platform!
Application Name: Apprise
Application Site: https://github.com/caronc/apprise
Docker Hub: https://hub.docker.com/r/caronc/apprise/
Github: https://github.com/caronc/apprise
ArchiveBox is a powerful self-hosted internet archiving solution written in Python 3. You feed it URLs of pages you want to archive, and it saves them to disk in a varitety of formats depending on the configuration and the content it detects.
Application Name: ArchiveBox
Application Site: https://archivebox.io/
- Run the Archivebox Docker and Console to it.
su - archiveboxcd /dataarchivebox initarchivebox manage createsuperuser - Edit Archivebox Docker Click at Advanced View put
server 0.0.0.0:8000in Post Arguments.
To edit configuration open Archivebox folder and Edit ArchiveBox.conf (https://github.com/pirate/ArchiveBox/wiki/Configuration)
BackupPC is a free disk-to-disk backup software suite with a web-based frontend.
Application Name: Backuppc
Application Site: https://backuppc.github.io/backuppc/
Self-hosted website change detection monitoring.
Application Name: Changedetection.io
Application Site: https://github.com/dgtlmoon/changedetection.io
Commento is a platform that you can embed in your website to allow your readers to add comments.
Application Name: Commento
Application Site: https://commento.io
Docker Hub: https://gitlab.com/commento/commento
- PostgreSQL DB Required (Not Included)
Application Name: Crypto-exchanges-gateway
Application Site: https://github.com/aloysius-pgast/crypto-exchanges-gateway
CryptPad is a private-by-design alternative to popular office tools and cloud services.
Application Name: CryptPad
Application Site: https://cryptpad.fr/
Docker Hub: https://hub.docker.com/r/promasu/cryptpad
- mkdir -p /mnt/user/appdata/element-web/config
- wget -O /mnt/user/appdata/element-web/config/config.json https://raw.githubusercontent.com/vector-im/element-web/develop/element.io/app/config.json
- Edit config.json "httpUnsafeOrigin" change localhost to your ip
- remove "//" in "httpAddress"
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, creating binary and hexdumps, compression and decompression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, and much more.
Application Name: CyberChef
Application Site: https://gchq.github.io/CyberChef/
For backing up multiple type of DB Servers, currently supports CouchDB, InfluxDB, MySQL, MongoDB, Postgres, Redis servers.
Application Name: db-backup
Application Site: https://github.com/tiredofit/docker-db-backup
| Parameter | Description |
|---|---|
COMPRESSION |
Use either Gzip GZ, Bzip2 BZ, XZip XZ, or none NONE - Default GZ |
DB_TYPE |
Type of DB Server to backup couch influx mysql pgsql mongo redis rethink |
DB_HOST |
Server Hostname e.g. mariadb |
DB_NAME |
Schema Name e.g. database |
DB_USER |
username for the database - use root to backup all MySQL of them. |
DB_PASS |
(optional if DB doesn't require it) password for the database |
DB_PORT |
(optional) Set port to connect to DB_HOST. Defaults are provided |
DB_DUMP_FREQ |
How often to do a dump, in minutes. Defaults to 1440 minutes, or once per day. |
DB_DUMP_BEGIN |
What time to do the first dump. Defaults to immediate. Must be in one of two formats |
Absolute HHMM, e.g. 2330 or 0415 |
|
Relative +MM, i.e. how many minutes after starting the container, e.g. +0 (immediate), +10 (in 10 minutes), or +90 in an hour and a half |
|
DB_CLEANUP_TIME |
Value in minutes to delete old backups (only fired when dump freqency fires). 1440 would delete anything above 1 day old. You don't need to set this variable if you want to hold onto everything. |
DEBUG_MODE |
If set to true, print copious shell script messages to the container log. Otherwise only basic messages are printed. |
MD5 |
Generate MD5 Sum in Directory, TRUE or FALSE - Default TRUE |
PARALLEL_COMPRESSION |
Use multiple cores when compressing backups TRUE or FALSE - Default TRUE |
SPLIT_DB |
If using root as username and multiple DBs on system, set to TRUE to create Seperate DB Backups instead of all in one. - Default FALSE |
Simple dynamic DNS updater script using Amazon Route53.
Application Name: ddns-route53
Application Site: https://github.com/crazy-max/ddns-route53
- Create ddns-route53.yml file in /mnt/user/appdata/ddns-route53/ - https://github.com/crazy-max/ddns-route53/blob/master/doc/configuration.md
With DocPHT you can take notes and quickly document anything and without the use of any database.
Icons made by Freepik from www.flaticon.com
Application Name: Docpht
Application Site: https://docpht.org/
Docker Hub: https://hub.docker.com/r/docpht/docpht/
Github: https://github.com/docpht/docpht
easily archive, manage, and find all documents on your PC or from your smart phone and tablet.
Application Name: ecoDMS
Application Site: https://www.ecodms.de/index.php/en/
Application Name: Element-web
Application Site: https://element.io/
Application Name: Epicgames-freegames
Application Site: https://github.com/claabs/epicgames-freegames-node
Application Name: Filestash
Application Site: https://www.filestash.app/
Forums made simple. Modern, fast, and free!
Application Name: Flarum
Application Site: https://flarum.org/
Docker Hub: https://hub.docker.com/r/crazymax/flarum/
Username: flarum
Password: flarum
- Make Sure the base url is right if it local use only use http://:8000 and if you are hosting it on your domain it should be http://example.com or https://example.com.
Asterisk-based open source phone system.
A Dropbox-like file manager that let you manage your data anywhere it is located: FTP • FTPS • SFTP • WebDAV • Git • S3 • LDAP • Mysql CardDAV • CalDAV • Backblaze B2 • Minio Dropbox • Google Drive
Application Name: FreePBX
Application Site: https://www.freepbx.org/
Docker Hub: https://hub.docker.com/r/tiredofit/freepbx/
- Take time be patient
- Wizard setup go to http://freepbx/admin/config.php
- Use Database
An open source Helpscout / Zendesk alternative.
Application Name: Freescout
Application Site: https://freescout.net/
- CLI
cd /www/htmlthenphp artisan freescout:create-user
A fast and simple webserver for your files, that's dependency-free and with under 250 lines of code, easy to review.
Application Name: Gossa
Application Site: https://www.github.com/pldubouilh/gossa
Docker Hub: https://hub.docker.com/r/pldubouilh/gossa/
A simple server for sending and receiving messages (in real time per WebSocket).
Application Name: Gotify
Application Site: https://gotify.net/
Docker Hub: https://hub.docker.com/r/gotify/server/
Github: https://github.com/gotify/server/
mkdir -p /mnt/user/appdata/gotify/config/
wget -O /mnt/user/appdata/gotify/config/config.yml https://raw.githubusercontent.com/gotify/server/master/config.example.yml
- Username:
admin - Password:
admin
A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.
Application Name: Homer
Application Site: https://github.com/bastienwirtz/homer
Docker Hub: https://hub.docker.com/r/b4bz/homer
Application Name: Keycloak
Application Site: https://www.keycloak.org/
Application Name: Kiwix-serve
Application Site: https://www.kiwix.org/
Docker Hub: https://hub.docker.com/r/kiwix/kiwix-serve/
- When using variable "DOWNLOAD" remove the link after the download so you don't re-download the same content again
For more content https://wiki.kiwix.org/wiki/Content
Application Name: Leantime
Application Site: https://leantime.io/
Docker Hub: https://hub.docker.com/r/leantime/leantime/
- First setup go to http://leantime/install
Application Name: Librenms
Application Site: https://www.librenms.org/
Docker Hub: https://hub.docker.com/r/librenms/librenms/
Github: https://github.com/librenms/docker
- Database must be CHARACTER SET utf8 COLLATE utf8_unicode_ci
Application Name: Linkace
Application Site: https://www.linkace.org/
Docker Hub: https://hub.docker.com/r/linkace/linkace/
Github: https://github.com/Kovah/LinkAce/
Application Name: Linkding
Application Site: https://github.com/sissbruecker/linkding
Application Name: Matomo
Application Site: https://matomo.org/
Docker Hub: https://hub.docker.com/r/bitnami/matomo/
Application Name: Matrix
Application Site: https://matrix.org/
Application Name: Mattermost
Application Site: https://mattermost.com/
Application Name: Mattermost-push-proxy
Application Site: https://mattermost.com/
mkdir /mnt/user/appdata/mattermost-push-proxy/configcd /mnt/user/appdata/mattermost-push-proxy/configwget https://raw.githubusercontent.com/mattermost/mattermost-push-proxy/master/config/mattermost-push-proxy.json
Application Name: Mediagoblin
Application Site: https://mediagoblin.org/
- Username:
admin - Password:
admin
Application Name: Memcached
Application Site: https://memcached.org/
Docker Hub: https://hub.docker.com/r/bitnami/memcached
Application Name: Miniflux
Application Site: https://miniflux.app/
Docker Hub: https://hub.docker.com/r/miniflux/miniflux/
Application Name: Moodle
Application Site: https://moodle.org/
Docker Hub: https://hub.docker.com/r/bitnami/moodle/
- Admin username and password is setup at in docker variables then you can change in Miniflux settings. Docker variable will be ignored when you change it inside the docker.
- PostgreSQL DB Required (Not Included)
Application Name: Netbox
Application Site: https://github.com/netbox-community/netbox
Docker Hub: https://hub.docker.com/r/pitkley/netbox
- Create User cli to the docker then
./manage.py createsuperuser - PostgreSQL DB Required (Not Included)
Squirrel icons created by Freepik - Flaticon
Application Name: Nut
Application Site: https://github.com/shawly/docker-nut
Docker Hub: https://hub.docker.com/r/shawly/nut
Application Name: phpBB
Application Site: https://www.phpbb.com/
Docker Hub: https://hub.docker.com/r/bitnami/phpbb
Application Name: PsiTransfer
Application Site: https://github.com/psi-4ward/psitransfer
- Admin Page just add
/adminto your URL
Application Name: Pterodactyl-panel
Application Site: https://pterodactyl.io/
- CLI
cd /www/htmlthenphp artisan p:user:make
Application Name: Pure-FTPd
Application Site: https://www.pureftpd.org/project/pure-ftpd/
- Creating User use console then
pure-pw useradd admin -u 99 -g 100 -d /home/admin -mthen enter password of your choosing. - https://github.com/crazy-max/docker-pure-ftpd#notes
Application Name: Quakejs
Application Site: https://github.com/treyyoder/quakejs-docker
Docker Hub: https://hub.docker.com/r/treyyoder/quakejs/
- Use Custom:br0 https://youtu.be/2VnQxxn00jU?t=121 put Fixed IP address
- Copy the ip and access it using you broswer
Application Name: Reactive-resume
Application Site: https://rxresu.me/
Application Name: Redis
Application Site: https://redis.io/
Docker Hub: https://hub.docker.com/r/bitnami/redis/
Riot is a glossy web client with an emphasis on performance and usability.
Application Name: Riot-web
Application Site: https://riot.im/
Docker Hub: https://hub.docker.com/r/vectorim/riot-web/
mkdir -p /mnt/user/appdata/riot-web/configwget -O /mnt/user/appdata/riot-web/config/config.json https://riot.im/develop/config.json
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.
Application Name: Searx
Application Site: https://github.com/asciimoo/searx
Docker Hub: https://hub.docker.com/r/searx/searx/
Github: https://github.com/asciimoo/searx
Application Name: Send
Application Site: https://gitlab.com/timvisee/send
Docker Hub: registry.gitlab.com/timvisee/send:latest
Github: https://gitlab.com/timvisee/send
Application Name: Shaarli
Application Site: https://github.com/shaarli/Shaarli
Docker Hub: https://hub.docker.com/r/shaarli/shaarli/
Github: https://github.com/shaarli/Shaarli
Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.
Application Name: Shlink
Application Site: https://shlink.io/
Docker Hub: https://hub.docker.com/r/shlinkio/shlink/
Github: https://github.com/shlinkio/shlink
Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.
Application Name: Shlink-web-client
Application Site: https://shlink.io/
- Install shlink
- CLI to it and enter "shlink api-key:generate"
- Copy the api and add and edit to servers.json
- https://hub.docker.com/r/shlinkio/shlink-web-client/ servers.json
Solr is an open-source enterprise-search platform, written in Java.
Application Name: Solr
Application Site: https://lucene.apache.org/solr/
Docker Hub: https://hub.docker.com/r/bitnami/solr
StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
Application Name: StackEdit
Application Site: https://stackedit.io/
Docker Hub: https://hub.docker.com/r/qmcgaw/stackedit/
Icons made by Vitaly Gorbachev from www.flaticon.com
Synapse admin ui
Application Name: Synapse-admin
Application Site: https://github.com/Awesome-Technologies/synapse-admin
Icons made by Smashicons from www.flaticon.com
Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa
Application Name: Synapse-admin
Application Site: https://www.github.com/mikenye/docker-tar1090
Docker Hub: https://hub.docker.com/r/mikenye/tar1090
Icons made by photo3idea_studio from www.flaticon.com
Docker Tor proxy (http and shell) built on Alpine Linux
Application Name: Synapse-admin
Application Site: https://github.com/avpnusr/torprivoxy
Tiny Tiny RSS is a free RSS feed reader. It is a web application which must be installed on a web server.
Application Site: https://tt-rss.org/
Docker Hub: https://hub.docker.com/r/lunik1/tt-rss/
Wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Application Name: Wallabag
Application Site: https://wallabag.org/
Docker Hub: https://hub.docker.com/r/wallabag/wallabag
Username: wallabag
Password: wallabag
- Make sure the domain variable is right http://ip:6500 and if you are hosting it http://wallabag.example.com or https://wallabag.example.com.
WeeChat is a free and open-source Internet Relay Chat client, which is designed to be light and fast.
Application Site: https://weechat.org/
Docker Hub: https://hub.docker.com/r/jkaberg/weechat/
Print a QR code for connecting to your WiFi
Application Name: Wifi-card
Application Site: https://github.com/bndw/wifi-card
Docker Hub: https://hub.docker.com/r/bndw/wifi-card/
Github: https://github.com/bndw/wifi-card
YaCy is a distributed Web Search Engine, based on a peer-to-peer network.
Application Name: YaCy
Application Site: https://yacy.net/
Username: admin
Password: docker
Set an admin account immediately after the first start-up. Open:
http://:8090/ConfigAccounts_p.html
^back to top^