2020-10-18 13:42:15 +00:00
# Self-hosted Cookbook
If you're like me and love not only to self-host, but to constantly test new apps, you probably already discovered `docker-compose` as the fastest and easiest way towards that goal.
2021-11-02 09:55:28 +00:00
There is, however, one problem: not all image authors are as great as [linuxserver.io ](https://hub.docker.com/u/linuxserver ), whose docs are as simple as they should be: you just copy & paste `docker-compose.yml` and run `docker-compose up -d` and IT JUST WORKS!< br >
This is how all images should be documented!< br >
2020-10-18 13:42:15 +00:00
But unfortunately, it isn't!< br >
Sometimes you have to spend a lot of time to make it work.< br >
Hence - this repo.< br >
2021-11-02 09:55:28 +00:00
The aims is to provide a ready-to-run recipes that you can just copy, paste and run.
2020-10-18 13:42:15 +00:00
2022-03-23 11:21:45 +00:00
2020-11-04 22:45:50 +00:00
# How to use this cookbook
- There are certain things that some recipes need which cannot be filled in due to security reasons.
- `example.com` needs to be replaced with your own domain
- `username` , `password` , etc. - should be replaced by your username & password
- keys (like `APP_KEY` , `SECRET` etc.) should be regenerated using e.g. `openssl rand -base64 32`
2020-11-04 22:53:17 +00:00
- Not all apps have been tested & described. These are marked as 🔗 (external links).
2020-10-25 20:24:03 +00:00
2020-11-05 23:26:01 +00:00
2022-03-23 11:21:45 +00:00
2020-11-05 23:26:01 +00:00
# General Information
2020-12-15 16:03:52 +00:00
- [Get started with docker & docker-compose ](docker/get-started.md )
2020-12-14 15:25:07 +00:00
- [Troubleshooting ](docker/troubleshooting.md )
2020-11-05 23:26:01 +00:00
2022-03-23 11:21:45 +00:00
2020-12-14 00:41:34 +00:00
# Other self-hosted sources
- [awesome-selfhosted ](https://github.com/awesome-selfhosted/awesome-selfhosted )
- [r/selfhosted ](https://www.reddit.com/r/selfhosted/ )
- [Homelab OS ](https://homelabos.com/docs/#available-software )
2022-10-02 10:28:09 +00:00
- [Gardens self-hosted tools ](https://joingardens.com/tools )
2020-12-14 00:41:34 +00:00
2020-11-05 23:26:01 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Ad Blockers & local DNS
2020-10-18 19:40:16 +00:00
- [AdGuard Home ](apps/ad-blockers/adguard.md )
2020-10-18 13:42:15 +00:00
- [PiHole ](apps/ad-blockers/pihole.md )
2020-10-18 19:40:16 +00:00
- [Block Lists ](apps/ad-blockers/lists.md )
2021-01-10 22:52:15 +00:00
2022-03-23 11:21:45 +00:00
2023-01-04 11:54:22 +00:00
# Analytics
- [Matomo ](apps/analytics/matomo.md )
2023-02-10 13:18:50 +00:00
- [Plausible ](apps/analytics/plausible.md )
2024-02-12 00:05:42 +00:00
- [Swetrix ](https://docs.swetrix.com/selfhosting/how-to ) 🔗
2023-01-04 11:54:22 +00:00
- [Umami ](apps/analytics/umami.md )
2020-10-30 14:29:30 +00:00
# Antivirus
2020-11-04 22:53:17 +00:00
- [MalwareMultiScan ](https://github.com/mindcollapse/MalwareMultiScan ) 🔗
2020-10-18 19:40:16 +00:00
2021-01-10 22:52:15 +00:00
2022-03-23 11:21:45 +00:00
2020-11-05 23:26:01 +00:00
# Backup
2020-12-14 00:41:34 +00:00
- [Duplicati ](apps/backup/duplicati.md )
- [Elkar Backup ](apps/backup/elkar-backup.md )
- [websync ](https://furier.github.io/websync/ ) 🔗 - an rsync task manager, where tasks can be added, scheduled and maintained in a sane manner
2020-11-05 23:26:01 +00:00
2022-03-23 11:21:45 +00:00
2021-06-20 21:23:38 +00:00
# Blogging & CMS
2022-05-11 22:35:39 +00:00
- [Ghost ](apps/cms/ghost.md )
2022-05-23 21:29:40 +00:00
- [Wordpress ](apps/cms/wordpress.md )
2022-05-11 22:35:39 +00:00
2022-05-23 21:29:40 +00:00
### Other (not tested)
2020-11-04 22:53:17 +00:00
- [AnchorCMS ](https://github.com/anchorcms/anchor-cms#installation ) 🔗
2021-06-20 21:23:38 +00:00
- [Bludit ](https://www.bludit.com ) 🔗 - Simple, Fast, Secure, Flat-File CMS.
- [Grav ](https://getgrav.org ) 🔗 - modern open source flat-file CMS.
2020-11-04 22:53:17 +00:00
- [Hugo ](https://gohugo.io/ ) 🔗
- [Kirby ](https://getkirby.com/ ) 🔗
- [Metalsmith ](https://metalsmith.io/ ) 🔗
- [Pagekit ](https://pagekit.com/docs/getting-started/installation ) 🔗
2021-06-20 21:23:38 +00:00
- [Pelican ](https://docs.getpelican.com/en/stable/quickstart.html#installation ) 🔗 - Static Site Generator.
2020-11-04 22:53:17 +00:00
- [PostLeaf ](https://www.postleaf.org/installing ) 🔗
- [Textpattern ](https://docs.textpattern.com/installation/ ) 🔗
- [WriteFreely ](https://github.com/writeas/writefreely ) 🔗
2020-10-18 13:42:15 +00:00
2021-01-10 22:52:15 +00:00
2020-11-02 20:08:54 +00:00
# Bookmarks & Read Later
2023-08-05 09:57:34 +00:00
- [Benotes ](https://github.com/fr0tt/benotes ) 🔗 - An open source self-hosted notes and bookmarks taking web app.
2022-10-17 13:59:30 +00:00
- [Cherry ](apps/bookmarks/cherry.md )
2024-06-06 18:03:22 +00:00
- [Hoarder ](apps/bookmarks/hoarder.md )
2021-08-11 09:00:33 +00:00
- [LinkAce ](apps/bookmarks/linkace.md )
2021-11-13 21:51:33 +00:00
- [Linkding ](apps/bookmarks/linkding.md )
2023-08-05 09:57:34 +00:00
- [linkwarden ](https://linkwarden.app/ ) 🔗 - Another source self-hosted bookmarks manager.
2020-10-18 19:40:16 +00:00
- [Shaarli ](apps/bookmarks/shaarli.md )
- [Shiori ](apps/bookmarks/shiori.md )
- [Shaark ](apps/bookmarks/shaark.md )
2020-11-02 20:08:54 +00:00
- [Wallabag ](apps/bookmarks/wallabag.md )
2022-05-23 21:45:22 +00:00
2020-11-02 20:08:54 +00:00
### Other
2020-11-04 22:53:17 +00:00
- [Nunux Keeper ](https://keeper.nunux.org/ ) 🔗 - similar to wallabag, but not as good (more complicated, less usable and doesn't have mobile apps).
2021-01-25 21:32:04 +00:00
- [Reminescence ](https://github.com/kanishka-linux/reminiscence#using-docker ) 🔗 - Clean and simple. Has a DIY-Docker-Image. Buggy (archiving doesn't work half of the time).
2020-11-02 20:08:54 +00:00
2020-10-18 13:42:15 +00:00
2022-03-23 11:21:45 +00:00
2020-10-30 20:27:00 +00:00
# Cloud & File Sharing
2023-01-18 14:55:42 +00:00
- [Filebrowser ](apps/cloud/filebrowser.md )
2020-10-18 19:40:16 +00:00
- [FileRun ](apps/cloud/filerun.md )
- [NextCloud ](apps/cloud/nextcloud.md )
2023-01-08 23:55:35 +00:00
- [oasis ](apps/cloud/oasis.md )
2020-10-18 19:40:16 +00:00
- [Pydio ](apps/cloud/pydio.md )
- [Seafile ](apps/cloud/seafile.md )
2023-01-18 13:36:08 +00:00
- [Nginx-WebDav ](apps/cloud/nginx-webdav.md )
2020-10-18 13:42:15 +00:00
2020-11-12 09:57:19 +00:00
2023-03-02 09:20:02 +00:00
# Contacts - calendars
- [Baikal ](apps/contacts-calendars/baikal.md )
2023-03-07 21:53:32 +00:00
- [Radicale ](apps/contacts-calendars/radicale.md )
2022-03-23 11:21:45 +00:00
2020-11-12 09:57:19 +00:00
# Cookbook
- [NextCloud Cookbook ](https://apps.nextcloud.com/apps/cookbook ) 🔗 - quite good. Can import from URL (some pages), but manually editing longer recipes is a bit of a pain (you need to add and paste every single ingredient & preparation step one-by-one).
2021-01-25 20:10:03 +00:00
- [Mealie ](apps/cookbook/mealie.md )
2020-11-12 09:57:19 +00:00
- [recipes ](https://github.com/vabene1111/recipes ) 🔗 - a bit complex, but feature rich food processing manager for your home (from shopping to the table). Importing doesn't seem to work as good as in the NextCloud's Cookbook (for some pages at least).
2021-01-10 22:52:15 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Dashboard
2020-10-24 10:26:08 +00:00
- [DashMachine ](apps/dashboard/dashmachine.md )
2022-04-04 10:09:18 +00:00
- [Flame ](apps/dashboard/flame.md )
2022-06-23 21:20:52 +00:00
- [Homarr ](apps/dashboard/homarr.md )
2020-10-24 10:26:08 +00:00
- [Homer ](apps/dashboard/homer.md )
- [SUI ](apps/dashboard/sui.md )
2020-11-04 22:53:17 +00:00
- [Organizr ](https://github.com/causefx/Organizr ) 🔗
- [Heimdall ](https://github.com/linuxserver/Heimdall ) 🔗
2024-01-20 21:48:13 +00:00
- [Mafl ](apps/dashboard/mafl.md )
2020-10-18 13:42:15 +00:00
2021-01-10 22:52:15 +00:00
2022-03-23 11:21:45 +00:00
2021-06-20 21:23:38 +00:00
# Database
2022-04-24 22:52:36 +00:00
- [baserow ](apps/database/baserow.md )
2023-09-21 15:33:47 +00:00
- [budibase ](apps/other/budibase.md )
2022-04-24 22:52:36 +00:00
- [SeaTable ](apps/database/seatable.md )
2021-06-20 21:23:38 +00:00
- [Dataspread ](https://dataspread.github.io ) 🔗 - combines the intuitiveness and flexibility of spreadsheets and the scalability and power of databases.
- [Hue ](https://docs.gethue.com/quickstart/ ) 🔗 - open source SQL Assistant for Databases.
2022-07-09 10:33:18 +00:00
- [NocoDB ](apps/database/nocodb.md ) - Open Source Airtable Alternative - turns a DB into a Spreadsheet with API.
2021-06-20 21:23:38 +00:00
2021-06-20 21:24:54 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Docker Managers
2020-10-24 11:44:36 +00:00
- [Diun ](apps/docker/diun.md )
2023-01-17 21:16:41 +00:00
- [Doku ](apps/docker/doku.md ) - docker disk usage
2022-09-17 19:34:14 +00:00
- [Portainer ](apps/docker/portainer.md )
2020-10-24 11:44:36 +00:00
- [WatchTower ](apps/docker/watch-tower.md )
2020-10-18 13:42:15 +00:00
2021-01-10 22:52:15 +00:00
2022-03-23 11:21:45 +00:00
2021-06-20 21:23:38 +00:00
# Document Managers
2022-09-17 11:16:40 +00:00
- [paperless-ngx ](apps/documents/paperless-ngx.md )
2021-06-20 21:23:38 +00:00
- [Papermerge ](https://www.papermerge.com ) 🔗 - document manager with tags & searches.
- [DocSpell ](https://docspell.org/ ) 🔗 - simple document organizer.
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Download Managers
2020-10-24 11:44:36 +00:00
- [Deluge ](apps/downloads/deluge.md )
- [qbittorrent ](apps/downloads/qbit.md )
2021-07-21 09:52:35 +00:00
- [SimpleTorrent ](apps/downloads/simple-torrent.md )
2020-10-24 11:44:36 +00:00
- [Transmission ](apps/downloads/transmission.md )
2020-10-18 13:42:15 +00:00
2021-01-10 22:52:15 +00:00
2020-10-18 13:42:15 +00:00
# E-mail
2020-11-04 22:45:50 +00:00
- CLIENTS (webmail)
- [Roundcube ](apps/email/roundcube.md )
2020-11-04 22:53:17 +00:00
- [Rainloop ](http://www.rainloop.net/ ) 🔗
- [Rainloop in MailCow ](https://github.com/mailcow/mailcow-dockerized/issues/613 ) 🔗
- [Mailpile ](https://www.mailpile.is/ ) 🔗
- [WebMail Lite ](https://afterlogic.com/docs/webmail-lite-8/installation ) 🔗
- [Cypht ](https://cypht.org/ ) 🔗
- [Cypht docker ](https://hub.docker.com/r/sailfrog/cypht-docker ) 🔗
2020-11-04 22:45:50 +00:00
- SERVERS
- [Mailcow ](apps/email/mailcow.md )
2020-11-04 22:54:27 +00:00
- [Mailu ](https://github.com/Mailu/Mailu ) 🔗 - Can't send from roundcube as e.g. `username@gmail.com`
2020-11-04 22:53:17 +00:00
- [Mail-in-a-box ](https://mailinabox.email/ ) 🔗
2020-11-04 22:54:27 +00:00
- [Mailcare ](https://gitlab.com/mailcare/mailcare ) 🔗 - open source disposable email address service.
- [Poste.io ](https://poste.io/doc/getting-started ) 🔗 - doesn't allow fetching from other imap servers, keeps pushing the pro version
- [Wildduck ](https://wildduck.email/#/ ) 🔗 - has app passwords, doesn't seem to have contacts or other stuff (unless you'd use e.g. Roundcube)
2020-11-04 22:51:02 +00:00
- SMTP Relays
2020-11-04 22:53:17 +00:00
- [SMTP2Go ](https://www.smtp2go.com/pricing/ ) 🔗 - Free: 1k/month
- [Mailgun ](https://www.mailgun.com/pricing/ ) 🔗 - PAYG: $8/10k/month
- [Sendgrid ](https://sendgrid.com/pricing/ ) 🔗 - Free 100/day
- [MailJet ](https://www.mailjet.com/pricing/ ) 🔗 - Free 6k/month
2020-11-04 22:45:50 +00:00
- Anonymous emails - not self-hosted but important for privacy
2020-11-04 22:53:17 +00:00
- [Reddit Thread ](https://www.reddit.com/r/selfhosted/comments/isu8mw/selfhosted_throw_away_email_addresses_that_allow/ ) 🔗
- [burnermail.io ](https://burnermail.io/ ) 🔗
- [anonaddy.com ](https://anonaddy.com/#pricing ) 🔗
- [simplelogin.io ](https://simplelogin.io/ ) 🔗
- [simplelogin.io github repo ](https://github.com/simple-login/app ) 🔗
2021-06-20 21:23:38 +00:00
- [Forward Email ](https://forwardemail.net/en ) 🔗 - Unlimited email addresses, custom domain, catch-all, wildcard, and disposable aliases (has free and paid plans).
2020-10-18 13:42:15 +00:00
- Tools
2020-11-04 22:53:17 +00:00
- [verify domain for google ](https://postmaster.google.com/managedomains ) 🔗
- [remove IP from spam house ](https://www.spamhaus.org/lookup/ ) 🔗
- [check dns & reverse dns ](https://mxtoolbox.com/ ) 🔗
- [reverse-dns-check ](https://www.debouncer.com/reverse-dns-check ) 🔗
- [DNS Records checker ](https://www.digwebinterface.com/ ) 🔗
- [Domain security checker ](https://www.hardenize.com/ ) 🔗
2020-10-18 13:42:15 +00:00
2021-01-10 22:52:15 +00:00
2022-03-23 11:21:45 +00:00
2020-12-14 00:41:34 +00:00
# GIT
2023-02-20 15:14:50 +00:00
- [Gitea ](apps/git/gitea.md )
2020-12-14 00:41:34 +00:00
- [GitLab ](https://about.gitlab.com/ ) 🔗
- [Gogs ](https://gogs.io/ ) 🔗
- [Phabricator ](https://secure.phabricator.com/book/phabricator/article/configuration_guide/ ) 🔗
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Home Automation
2020-10-25 20:24:03 +00:00
- [HomeAssistant ](apps/home-automation/home-assistant.md )
2022-06-23 21:20:52 +00:00
- [Homebridge ](apps/home-automation/homebridge.md )
2020-12-14 00:41:34 +00:00
- [Beehive ](https://github.com/muesli/beehive ) 🔗 - flexible event/agent & automation system
- [Huginn ](https://github.com/huginn/huginn ) 🔗 - Create agents that monitor and act on your behalf.
- [Node-RED ](https://nodered.org/ ) 🔗 - Low-code programming for event-driven applications
- [Kibitzr ](https://kibitzr.github.io/ ) 🔗 - Personal Web Assistant
2020-10-18 13:42:15 +00:00
2020-10-30 14:29:30 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Media Managers
2022-05-24 20:46:23 +00:00
- [Alternatrr ](https://github.com/TheUltimateC0der/alternatrr ) 🔗 - alternative titles for Sonarr
2021-10-29 23:10:07 +00:00
- [Audiobookshelf ](apps/media/audiobookshelf.md ) - audiobooks
2021-01-25 16:02:35 +00:00
- [Bazarr ](apps/media/bazarr.md ) - subtitles
- [Calibre ](apps/media/calibre.md ) - e-books
- [Deemix ](apps/media/deemix.md ) - music
- [Jackett ](apps/media/jackett.md ) - search engine proxy/adapter
2022-06-16 10:08:04 +00:00
- [Jellyfin ](apps/media/jellyfin.md ) - watch movies & shows almost everywhere!
2022-09-17 11:57:34 +00:00
- [Kavita ](apps/media/kavita.md ) - like plex for ebooks & comics
2021-01-25 16:02:35 +00:00
- [Komga ](apps/media/komga.md ) - comics
- [Navidrome ](apps/media/navidrome.md ) - music streaming server
2022-06-16 10:08:04 +00:00
- [Plex ](apps/media/plex.md ) - watch movies & shows everywhere!
2021-01-25 16:02:35 +00:00
- [Radarr ](apps/media/radarr.md ) - movies
- [Readerr ](apps/media/readerr.md ) - ebooks & comics
- [Sonarr ](apps/media/sonarr.md ) - tv shows
- [Tautulli ](apps/media/tautulli.md ) - dashboard for Plex
- [Ubooquity ](http://vaemendis.net/ubooquity ) 🔗 - another Ebook & Comics server. Didn't work properly.
2022-06-16 10:08:04 +00:00
2021-01-25 16:02:35 +00:00
### Apps for Youtube
- [Invidious ](apps/media/invidious.md ) - Privacy-focused YT Proxy interface
2021-01-25 16:04:53 +00:00
- [Metube ](apps/media/metube.md ) - youtube-dl webUI
2023-01-17 22:51:28 +00:00
- [TubeArchivist ](apps/media/tubearchivist.md ) - youtube-dlp - based
2021-01-25 16:02:35 +00:00
- [YoutubeDL-web ](apps/media/youtubedl-web.md ) - youtube-dl webUI
- [YoutubeDL-material ](apps/media/youtubedl-material.md ) - youtube-dl webUI
2020-10-30 14:29:30 +00:00
2020-10-18 13:42:15 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Monitors
2022-03-23 11:21:45 +00:00
2020-10-30 14:29:30 +00:00
### Self-hosted
2020-10-25 20:24:03 +00:00
- [Cachet ](apps/monitors/cachet.md )
2022-02-26 21:32:19 +00:00
- [CheckMK ](apps/monitors/checkmk.md )
2020-10-25 20:24:03 +00:00
- [Dockprom ](apps/monitors/dockprom.md )
2022-02-26 21:32:19 +00:00
- [Uptime Kuma ](apps/monitors/uptime-kuma.md )
2020-10-25 20:24:03 +00:00
- [PhpServerMonitor ](apps/monitors/php-server-monitor.md )
- [Statping ](apps/monitors/statping.md )
2023-03-05 09:43:31 +00:00
- [Monocker ](apps/monitors/monocker.md )
2020-10-25 20:24:03 +00:00
2022-07-15 21:23:14 +00:00
2020-10-30 14:29:30 +00:00
### Other, not-fully tested
2020-11-04 22:53:17 +00:00
- [Staytus ](https://github.com/adamcooke/staytus ) 🔗 - service status is updated manually!
- [cstate ](https://cstate.mnts.lt/ ) 🔗 - weird...
- [Glances ](https://glances.readthedocs.io/en/stable/install.html ) 🔗 - resource hog
- [Netdata ](https://hub.docker.com/r/netdata/netdata ) 🔗 - lots of stuff, nothing relevant
- [LibreNMS ](https://github.com/librenms/docker ) 🔗 - ugly
2020-10-25 20:24:03 +00:00
2022-07-15 21:23:14 +00:00
2020-10-30 14:29:30 +00:00
### Useful links
2020-10-25 20:24:03 +00:00
- [awesome-sysadmin: monitoring ](https://github.com/n1trux/awesome-sysadmin#monitoring )
- [reddit thread ](https://www.reddit.com/r/selfhosted/comments/epzt3f/im_looking_for_a_lean_monitoring_and_altert/ )
- [reddit thread ](https://www.reddit.com/r/selfhosted/comments/gwe18p/looking_for_a_neat_status_page_like/ )
2022-03-23 11:21:45 +00:00
2021-01-27 21:15:31 +00:00
# Notes
- [Joplin Server ](apps/notes/joplin.md )
2023-01-18 13:36:08 +00:00
- [Joplin WebView ](apps/notes/joplin-web.md )
2022-11-21 18:09:30 +00:00
- [Memos ](apps/notes/memos.md )
2020-10-18 13:42:15 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Notifications
2020-10-25 20:24:03 +00:00
- [Notifiers by service ](apps/notifications/notifiers-by-service.md ) - comparison table
- [Pushover ](apps/notifications/pushover.md )
- [Synology-sms-relay ](apps/notifications/synology-sms-relay.md )
2020-12-16 09:53:46 +00:00
- [Synology-notifications ](https://github.com/ryancurrah/synology-notifications ) 🔗 - similar to the above - works with Slack (and potentially Discord)
2020-10-25 20:24:03 +00:00
2020-10-30 14:29:30 +00:00
### Other
2020-11-04 22:53:17 +00:00
- [apprise ](https://github.com/caronc/apprise ) 🔗
- [Synapse ](https://github.com/matrix-org/synapse#synapse-installation ) 🔗
- [Gotify ](https://github.com/gotify/server ) 🔗 - notification server
- [pushover ](https://pushover.net/ ) 🔗
- [unifi event monitor ](https://github.com/tborychowski/unifi-event-monitor ) 🔗
2020-10-25 20:24:03 +00:00
2021-01-10 22:52:15 +00:00
2022-03-23 11:21:45 +00:00
2020-12-14 00:41:34 +00:00
# Other services
- [bitwarden_rs ](apps/other/bitwarden.md )
2025-01-15 10:22:06 +00:00
- [Brave sync server ](apps/other/brave-sync.md )
2022-09-17 11:57:34 +00:00
- [change-detection ](apps/other/change-detection.md )
2020-12-14 00:41:34 +00:00
- [Cockpit ](apps/other/cockpit.md )
- [Code server ](apps/other/code.md )
2022-09-29 10:24:53 +00:00
- [Crowdsec ](apps/other/crowdsec.md )
2020-12-14 00:41:34 +00:00
- [Firefox sync server ](apps/other/firefox-sync.md )
2025-01-15 10:22:06 +00:00
- [Firefox ](apps/other/firefox.md )
2022-05-23 22:08:41 +00:00
- [LanguageTool server ](apps/other/language-tool.md )
2022-09-20 09:54:16 +00:00
- [Ntfy ](apps/other/ntfy.md )
2022-07-15 21:23:14 +00:00
- [OpenSpeedTest ](apps/other/openspeedtest.md )
2023-08-01 15:18:21 +00:00
- [Owntracks location tracker ](apps/other/owntracks.md )
2025-01-15 10:22:06 +00:00
- [Penpot ](apps/other/penpot.md )
- [Traccar location tracker ](apps/other/traccar.md )
- [VPN client ](apps/other/vpn.md )
- [Windows ](apps/other/windows.md )
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Photos
2020-10-30 15:09:22 +00:00
- [Comparison table ](apps/photos/comparison.md )
2024-11-27 21:13:39 +00:00
- [Chevereto ](apps/photos/chevereto.md )
2021-02-21 21:16:36 +00:00
- [LibrePhotos ](apps/photos/libre-photos.md )
2021-03-28 15:48:56 +00:00
- [Lychee ](apps/photos/lychee.md )
2021-02-21 21:16:36 +00:00
- [Pigallery2 ](apps/photos/pigallery.md )
2020-10-30 15:09:22 +00:00
- [Piwigo ](apps/photos/piwigo.md )
- [Pixelfed ](apps/photos/pixelfed.md )
2021-02-21 21:16:36 +00:00
- [PhotoPrism ](apps/photos/photoprism.md )
- [PhotoStructure ](apps/photos/photostructure.md )
- [PhotoView ](apps/photos/photoview.md )
2020-10-30 15:09:22 +00:00
2020-11-02 00:12:15 +00:00
### Other tested
2020-11-04 22:53:17 +00:00
- [PhotoShow ](https://github.com/thibaud-rohmer/PhotoShow/ ) 🔗 - seems dead and doesn't work.
- [Photosync ](https://www.photosync-app.com/home.html ) 🔗 - paid, app, not really self-hosted, just sync.
- [OwnPhotos ](https://github.com/hooram/ownphotos ) 🔗 - limited features, ugly & dead.
- [FileStash ](https://github.com/mickael-kerjean/filestash ) 🔗 - old-time-dropbox-like file manager.
2020-10-30 15:09:22 +00:00
2020-11-02 00:13:28 +00:00
### Untested
2020-11-04 22:53:17 +00:00
- [picapport ](https://www.picapport.de/en/index.php ) 🔗 - weird
2022-10-03 16:44:43 +00:00
- [immich ](https://github.com/immich-app/immich ) 🔗 - a new kid, very promising and cool looking!
2020-10-25 20:24:03 +00:00
2022-03-23 11:21:45 +00:00
# Project Management
2020-10-30 20:19:45 +00:00
- [Jira ](apps/project-mgmt/jira.md )
- [Kanboard ](apps/project-mgmt/kanboard.md )
- [OpenProject ](apps/project-mgmt/open-project.md )
- [Planka ](apps/project-mgmt/planka.md )
- [Vikunja ](apps/project-mgmt/vikunja.md )
- [Wekan ](apps/project-mgmt/wekan.md )
2020-11-04 22:53:17 +00:00
- [Taskcafe ](https://github.com/JordanKnott/taskcafe ) 🔗 - early stage, active development.
- [YouTrack ](https://www.jetbrains.com/youtrack/ ) 🔗 - The project management tool designed for agile teams (from JetBrains).
2020-10-18 13:42:15 +00:00
2020-10-25 20:24:03 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Reverse proxy & SSO
2020-10-31 16:45:17 +00:00
- [Authelia ](apps/reverse-proxy-sso/authelia.md )
2020-11-04 22:53:17 +00:00
- [Caddy ](https://caddyserver.com/ ) 🔗 - very good web server with reverse-proxy & automatic https.
2022-09-28 21:26:28 +00:00
- [lldap ](https://github.com/nitnelave/lldap/ ) 🔗 - simple ldap implementation with a nice UI.
2022-09-17 19:34:14 +00:00
- [nginx-proxy-manager ](apps/reverse-proxy-sso/npm.md )
- [Traefik ](apps/reverse-proxy-sso/traefik.md )
2020-10-18 13:42:15 +00:00
2020-10-30 14:29:30 +00:00
2022-03-23 11:21:45 +00:00
# RSS
2020-11-01 15:51:25 +00:00
- [Miniflux ](rss/../apps/rss/miniflux.md )
- [Miniflux-filter ](rss/../apps/rss/miniflux-filter.md )
2020-11-04 22:53:17 +00:00
- [FreshRSS ](https://www.freshrss.org/ ) 🔗 - second best :-)
2023-01-22 20:24:38 +00:00
- [RSS to telegram bot ](apps/rss/rsstt.md )
2020-11-01 15:51:25 +00:00
2020-11-02 00:13:28 +00:00
### RSS Tools
2020-11-04 22:53:17 +00:00
- [PolitePol ](https://github.com/taroved/pol ) 🔗 - Create RSS where there was none
- [FetchRSS ](https://fetchrss.com/ ) 🔗 - Create RSS for FB, Twitter, YT, and websites
2023-01-22 20:24:38 +00:00
- [rss-bridge ](apps/rss/rssbridge.md )- The RSS feed for websites missing it
2020-11-04 22:53:17 +00:00
- [rss2full ](https://github.com/feedocean/rss2full ) 🔗 - Transform summary feeds into full-text
2023-01-22 20:24:38 +00:00
- [rsshub ](apps/rss/rsshub.md ) - Create RSS feeds from almost everything
2020-10-30 14:29:30 +00:00
2020-10-18 13:42:15 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Search engines
2022-12-04 13:13:17 +00:00
- [librex ](https://github.com/hnhx/librex ) 🔗 - Simple meta search engine for google & torrents
2020-11-02 00:23:25 +00:00
- [Searx ](apps/search/searx.md )
- [Whoogle ](apps/search/whoogle.md )
2020-10-18 13:42:15 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Social
2020-11-02 20:08:54 +00:00
- [Etesync ](apps/social/etesync.md )
2024-09-18 21:51:44 +00:00
- [Monica ](apps/social/monica.md )
- [Mastodon ](apps/social/mastodon.md )
2020-11-02 20:08:54 +00:00
### Other untested
2020-11-04 22:53:17 +00:00
- [HumHub ](https://www.humhub.com/en ) 🔗 - Free social network software and framework.
- [RocketChat ](https://docs.rocket.chat/installation/docker-containers/ ) 🔗 - The Ultimate Communication Hub.
- [Snikket ](https://snikket.org/ ) 🔗 - Chat that is simple, secure, and private.
- [Jami ](https://jami.net/ ) 🔗 - Audio & video calls, screen sharing, IM.
2020-10-18 13:42:15 +00:00
2020-10-30 14:29:30 +00:00
2022-03-23 11:21:45 +00:00
2020-10-18 13:42:15 +00:00
# Wiki
2021-01-20 22:06:41 +00:00
- [Bluespice free ](apps/wiki/bluespice.md )
2020-11-02 00:07:48 +00:00
- [Bookstack ](apps/wiki/bookstack.md )
2024-07-31 20:25:47 +00:00
- [Confluence ](apps/wiki/confluence.md )
- [Docmost ](apps/wiki/docmost.md )
2022-04-27 08:54:48 +00:00
- [Notea ](apps/wiki/notea.md )
2020-11-02 00:07:48 +00:00
- [Wiki.js ](apps/wiki/wikijs.md )
- [XWiki ](apps/wiki/xwiki.md )
2020-11-02 00:12:15 +00:00
### Other
2020-11-04 22:53:17 +00:00
- [Pepperminty Wiki ](https://peppermint.mooncarrot.space/ ) 🔗 - wiki engine contained in a single file. Doesn't seem to have a structured navigation (tree-like menu). Subpages are supported though.
- [Wreeto ](https://github.com/chrisvel/wreeto_official ) 🔗 - impossible to install
- [Outline ](https://github.com/chsasank/outline-wiki-docker-compose ) 🔗 (Original docker was impossible to use. This one allegedly works.) - It looks cool, but requires Slack to use...
- [Gollum ](https://github.com/gollum/gollum ) 🔗 - A simple, Git-powered wiki with a sweet API and local frontend.