mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-25 13:01:44 +00:00
initial
This commit is contained in:
109
README.md
Normal file
109
README.md
Normal file
@@ -0,0 +1,109 @@
|
||||
# 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.
|
||||
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!
|
||||
This is how all images should be documented!
|
||||
But unfortunately, it isn't!<br>
|
||||
Sometimes you have to spend a lot of time to make it work.<br>
|
||||
Hence - this repo.<br>
|
||||
The aims is to provide a ready-to-run recipes that you can just copy, paste and run.<br>
|
||||
So, without further ado, here's the current list:
|
||||
|
||||
# Ad Blockers & local DNS
|
||||
- [AdGuard Home](apps/ad-blockers/adguard-home.md)
|
||||
- [PiHole](apps/ad-blockers/pihole.md)
|
||||
- [Block Lists](apps/ad-blockers/block-lists.md)
|
||||
|
||||
# Bookmarks
|
||||
- Shaarli
|
||||
- Shiori
|
||||
- Shaark
|
||||
|
||||
# Cloud
|
||||
- FileRun
|
||||
- NextCloud
|
||||
- Pydio
|
||||
- Seafile
|
||||
|
||||
# Dashboard
|
||||
- DashMachine
|
||||
- Homer
|
||||
- SUI
|
||||
|
||||
# Docker Managers
|
||||
- Diun
|
||||
- WatchTower
|
||||
|
||||
# Download Managers
|
||||
- Deluge
|
||||
- qbittorrent
|
||||
- Transmission
|
||||
|
||||
# E-mail
|
||||
- Clients (webmail)
|
||||
- Servers
|
||||
- Hosted e-mail providers
|
||||
- SMTP Relays
|
||||
- Anonymous emails
|
||||
- Tools
|
||||
|
||||
# Home Automation
|
||||
- HomeAssistant
|
||||
|
||||
# Media Managers
|
||||
- Calibre (e-books)
|
||||
- Deemix
|
||||
- Komga (comics)
|
||||
- Navidrome
|
||||
- Readerr (ebooks & comics)
|
||||
- Sonarr (tv shows)
|
||||
- Radarr (movies)
|
||||
- Bazaar (subtitles)
|
||||
- Jackett (search engine proxy/adapter)
|
||||
- Tautulli
|
||||
- Youtube downloader
|
||||
|
||||
# Monitors
|
||||
- Cachet
|
||||
- Dockprom
|
||||
- Statping
|
||||
|
||||
# Notifications
|
||||
- Pushover
|
||||
- Synology-notifications
|
||||
- Synology-sms-relay
|
||||
|
||||
# Photos
|
||||
- PhotoPrism
|
||||
- PhotoView
|
||||
- Piwigo
|
||||
- Pixelfed
|
||||
|
||||
# Project Management
|
||||
- Jira
|
||||
- Kanboard
|
||||
- OpenProject
|
||||
- Planka
|
||||
- Vikunja
|
||||
- Wekan
|
||||
|
||||
# Reverse proxy & SSO
|
||||
- Authelia
|
||||
- Traefik
|
||||
|
||||
# RSS
|
||||
- Miniflux (rss)
|
||||
|
||||
# Search engines
|
||||
- Searx
|
||||
- Whoogle search
|
||||
|
||||
# Social
|
||||
- Monica CRM
|
||||
- Etesync
|
||||
- HumHub
|
||||
- IM
|
||||
|
||||
# Wiki
|
||||
- Confluence
|
||||
- Wiki.js
|
||||
Reference in New Issue
Block a user