├── .github └── ISSUE_TEMPLATE │ └── submit-new-product.md ├── .gitignore ├── MostWanted.md ├── README.md └── scryer.jpg /.github/ISSUE_TEMPLATE/submit-new-product.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Submit new product 3 | about: Consider to check /MostWanted.md for the list of in-demand services 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | ## Criteria 11 | 1. Every day needs (mostly for personal usage); 12 | 1. Open-source and free; 13 | 1. Server-side which is suitable for common VPS; 14 | 1. You are the only who control and being responsible of your data. 15 | 16 | ## Please, NO 17 | 1. Early stage/alpha/yesterday started products; 18 | 1. Dead or abandoned products; 19 | 1. Community Edition with reduced list of features (users limit, no your own domain, etc). 20 | 21 | ## Hell, YES 22 | 1. Products with tutorials and how-to's; 23 | 1. Community-driven products; 24 | 1. Products with GitHub/GitLab/Bitbucket open repos. 25 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode -------------------------------------------------------------------------------- /MostWanted.md: -------------------------------------------------------------------------------- 1 | ## List of most wanted products and tuts 2 | - Tor 3 | - [Nipe](https://heitorgouvea.me/nipe/#/) 4 | - [Tor Socks5 proxy in container](https://github.com/PeterDaveHello/tor-socks-proxy) 5 | - Secrets management 6 | - [Vault](https://www.hashicorp.com/products/vault/secrets-management) 7 | - [Conjure](https://www.conjur.org/) 8 | - Personal finance tracker 💳 9 | - [Ontrack](https://github.com/inoda/ontrack) 10 | - Video game streaming 🕹 11 | - [Parsec](https://parsecgaming.com/) 12 | - [Paperspace Cloud with Parsec](https://www.paperspace.com/gaming) 13 | - [Moonlight](https://moonlight-stream.org/) 14 | - GeForce Now 15 | - [How to make it in 2015 on AWS](https://lg.io/2015/07/05/revised-and-much-faster-run-your-own-highend-cloud-gaming-service-on-ec2.html) 16 | - [2016 in Azure](https://lg.io/2016/10/12/cloudy-gamer-playing-overwatch-on-azures-new-monster-gpu-instances.html) 17 | - [Steam Remote Play](https://store.steampowered.com/remoteplay/) 18 | - [2015 HN tread](https://news.ycombinator.com/item?id=9864534) 19 | - Stocks portfolio watcher 💹 20 | - Personal Document Management System 21 | - [Paperless](https://github.com/the-paperless-project/paperless) 22 | - [EveryDocs](https://github.com/jonashellmann/everydocs-core/) 23 | - Contacts list 📇 24 | - Tasks 📋 25 | - Video calls server 26 | - [Tuber](https://github.com/trailofbits/tubertc) — Peer-to-Peer Video Chat for Corporate LANs 27 | - Torrent machine 28 | - [Cloud Torrent](https://github.com/jpillora/cloud-torrent) 29 | - Notetaking service with sharing 30 | - Web clipper 31 | - Screenshot sharing 32 | - Survey monkey 33 | 34 | ### 📲 Deploy your own `Cloud buffer` 35 | - [Cloud Clip](https://github.com/skywind3000/CloudClip) — copy and paste text with gist between systems -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | **[[Submit product or tutorial](https://github.com/Atarity/deploy-your-own-saas/issues/new?assignees=&labels=&template=submit-new-product.md)]** or make it thru PR. 2 | 3 | ![Scryer](/scryer.jpg) 4 | 5 | ### 🙊 Deploy your own `VPN` 6 | - [OpenVPN](https://openvpn.net/) — full-featured open source VPN solution. [(Digital Ocean tutorial)](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04) 7 | - [dockovpn.io](https://github.com/alekslitvinenk/docker-openvpn) — 8 | stateless OpenVPN dockerized server which doesn't require persistent storage. 9 | - [WireGuard](https://www.wireguard.com/) — faster, simpler, leaner, and more useful than IPsec. It intends to be considerably more performant than OpenVPN. [(Digital Ocean tutorial)](https://www.digitalocean.com/community/tutorials/how-to-create-a-point-to-point-vpn-with-wireguard-on-ubuntu-16-04) 10 | - [Algo VPN](https://github.com/trailofbits/algo) — set of Ansible scripts that simplify the setup of a personal Wireguard and IPsec VPN. 11 | - [Streisand](https://github.com/StreisandEffect/streisand) — another set of Ansible scripts to setup and run WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. 12 | 13 | ### 🎧 Deploy your own `Music streaming service` 14 | - [Ampache](https://github.com/ampache/ampache) — web based audio/video streaming application and file manager. 15 | - [Madsonic](https://beta.madsonic.org/pages/index.jsp) — web-based media library and media streamer with jukebox functionality. 16 | - [Mopidy](https://www.mopidy.com/) — extensible music server. 17 | - [Koel](https://koel.dev/) — simple web-based personal audio streaming service. [(GitHub)](https://github.com/phanan/koel) 18 | - [Funkwhale](https://funkwhale.audio/) — web-based music library with Airsonic compatibility. [(GitLab)](https://dev.funkwhale.audio/funkwhale/funkwhale) 19 | - [AzuraCast](https://www.azuracast.com/) — web radio management suite, with a modern web app. [(GitHub)](https://github.com/AzuraCast/AzuraCast) 20 | - [Black Candy](https://github.com/blackcandy-org/blackcandy) — music streaming server with web UI and iOS/Android apps. 21 | 22 | ### 📷 Deploy your own `Photo hosting` 23 | - [Immich](https://immich.app/) — high performance photo and video solution with familiar UI. [(GitHub)](https://github.com/immich-app/immich) 24 | - [Chevereto](https://chevereto.com/free) — powerful and fast image hosting script that allows you to create your very own image hosting website in just minutes. 25 | - [PhotoPrism](https://photoprism.app/) — personal photo management with Ai classification and lots of features. [(GitHub)](https://github.com/photoprism/photoprism) 26 | - [Lychee](https://lychee.electerious.com/) — upload, manage and share photos like from a native application. [(GitHub)](https://github.com/electerious/Lychee) 27 | - [Photo-Stream](https://github.com/maxvoltar/photo-stream/) — super-simple, jekyll-based, self-hosted photo stream. 28 | - [Piwigo](https://piwigo.org/) — PHP image gallery. [(GitHub)](https://github.com/Piwigo) 29 | - [Pinry](https://docs.getpinry.com/) — your own Pinterest with boards and tags. [(GitHub)](https://github.com/pinry/pinry) 30 | 31 | ### 📚 Deploy your own `eBooks catalog` 32 | - [Calibre](https://github.com/kovidgoyal/calibre) — e-book manager, packed with all you need features (including server). 33 | - [COPS](https://github.com/seblucas/cops) — Calibre OPDS and HTML server. [(Urown tutorial)](https://roll.urown.net/server/ebooks.html) 34 | - [Calibre-Web](https://github.com/janeczku/calibre-web) — web UI for Calibre database. 35 | 36 | ### 📄 Deploy your own `Google Docs` 37 | - [Collabora](https://www.collaboraoffice.com/collabora-online/) — LibreOffice in the cloud with collaboration features. [(tutorial for OwnCloud)](https://www.collaboraoffice.com/code/docker/) 38 | - [ONLYOFFICE CE](https://www.onlyoffice.com/) — private cloud office with collaboration features. CE version distributed as [Docker image](https://helpcenter.onlyoffice.com/server/docker/opensource/deploy-community-edition-in-digitalocean.aspx). [(GitHub)](https://github.com/ONLYOFFICE) 39 | - [SeaTable](https://seatable.io/) — your own Airtable where spreadsheets meets database. 40 | - [Baserow](https://baserow.io/) — your own API-focused Airtable with plugins. 41 | - [Nocodb](https://docs.nocodb.com) — Airtable alternative could be based on top of MySQL, PostgreSQL, SQL Server, SQLite & MariaDB with solid GUI [(GitHub)](https://github.com/nocodb/nocodb) 42 | 43 | ### 🎬 Deploy your own `Netflix` 44 | - [Jellyfin](https://jellyfin.org/) — media system that puts you in control of managing and streaming your media. [(GitHub)](https://github.com/jellyfin/jellyfin) 45 | 46 | ### 📝 Deploy your own `Notes` 47 | - [CodiMD](https://github.com/hackmdio/codimd) — realtime collaborative markdown notes. 48 | - [Standard Notes](https://standardnotes.org/) — clean and simple web app with E2E encryption, extensions and clients. [How to self-host tutorial](https://theselfhostingblog.com/posts/how-to-completely-self-host-standard-notes/) 49 | - [TinyList](https://tinylist.app/) — your own Google Keep. Simple and clean. [(GitHub)](https://github.com/baggachipz/tinylist) 50 | - [Leanote](http://leanote.org/) — your own Evernote. [(GitHub)](https://github.com/leanote/leanote) 51 | - [Bangle.io](https://bangle.io/) — web only WYSIWYG note taking app that saves notes locally in markdown. [(GitHub)](https://github.com/bangle-io/bangle-io) 52 | - [Memos](https://usememos.com/) — memo hub with knowledge management and socialization. [(GitHub)](https://github.com/usememos/memos) 53 | 54 | ### 🏷 Deploy your own `Bookmarks service` 55 | - [Unmark](https://github.com/cdevroe/unmark) — application for bookmarks. [(Tutplus tutorial from 2014)](https://computers.tutsplus.com/tutorials/host-your-own-bookmarking-webapp-with-unmark--cms-21385) 56 | - [Bookmarks](https://github.com/dyu/bookmarks) — self-hosted bookmarking app that can import bookmarks from delicious and chrome. 57 | - [xBrowserSync](https://www.xbrowsersync.org/) — secure and anonymous bookmarking server with browser plugins and mobile app. [(GitHub)](https://github.com/xbrowsersync) 58 | - [Nextcloud Bookmarks](https://apps.nextcloud.com/apps/bookmarks) — bookmark app for Nextcloud with browser plugins, mobile and desktop apps. [(GitHub)](https://github.com/nextcloud/bookmarks) 59 | - [LinkAce](https://www.linkace.org/) — bookmark archive with tags, lists and sharing features. [(GitHub)](https://github.com/Kovah/LinkAce) 60 | - [Linkding](https://github.com/sissbruecker/linkding) — simple bookmarks with tags and neat UI. 61 | - [Benotes](https://github.com/fr0tt/benotes) — bookmark taking web app with additional note taking feature. 62 | - [Briefkasten](https://github.com/ndom91/briefkasten) — bookmark web app with REST API, OAuth, drag-n-drop and browser extension. 63 | - [Hoarder](hoarder.app) — bookmark-everything app with AI-based tagging and full text search. [(GitHub)](https://github.com/hoarder-app/hoarder) 64 | - [Readeck](https://readeck.org/) — selfhosted bookmarking app with the modern UI, smart features and browser extension. [(Codeberg)](https://codeberg.org/readeck/readeck) 65 | 66 | ### 🔤 Deploy your own `URL shortener` 67 | - [Yourls](https://github.com/YOURLS/YOURLS) — Your Own URL Shortener. 68 | - [Kutt](https://kutt.it/) — modern URL shortener with support for custom domains. [(GitHub)](https://github.com/thedevs-network/kutt) 69 | - [Delta](https://github.com/fosslife/delta) — a file uploader and URL shortener packed with features and CLI. 70 | - [Shlink](https://shlink.io/) — URL shortener with neat UI, API and analytics. [(GitHub)](https://github.com/shlinkio/shlink). 71 | - [CLI based approach](https://dev.to/commonshost/build-your-own-url-shortener-in-15-minutes-279n) 72 | 73 | ### 🗓 Deploy your own `Calendar` 74 | - [Radicale](https://radicale.org/) — CalDAV and CardDAV Server made with Python. 75 | - [Sabre](http://sabre.io/) — CardDAV, CalDAV and WebDAV server made with PHP. 76 | - [Calendar Server](https://github.com/apple/ccs-calendarserver) — Calendar and contacts server made by Apple. 77 | 78 | ### 🗄 Deploy your own `Cloud storage` 79 | - [OwnCloud](https://github.com/owncloud/core) — personal cloud which runs on your own server. [(tutorial)](https://doc.owncloud.org/server/10.2/admin_manual/installation/deployment_considerations.html) 80 | - [Nextcloud](https://nextcloud.com/) — enhanced OwnCloud fork with tons of [additional services](https://apps.nextcloud.com/) like calendars, mail, contacts, video calls, etc [(GitHub)](https://github.com/nextcloud). 81 | - [Syncthing](https://syncthing.net/) — continuous file synchronization program. 82 | - [MinIO](https://github.com/minio/minio) — object storage server compatible with Amazon S3 APIs. 83 | - [Teedy](https://teedy.io/) — lightweight document management system with workflows [(GitHub)](https://github.com/sismics/docs) 84 | - [Filestash](https://www.filestash.app/) — easily turn popular backends like SFTP, S3, GitHub etc into web-based file manager [(GitHub)](https://github.com/mickael-kerjean/filestash) 85 | 86 | ### 🕸 Deploy your own `DNS` 87 | - [Unbound](https://github.com/NLnetLabs/unbound) — validating, recursive, caching DNS resolver. [(Urown tutorial)](https://roll.urown.net/server/dns/unbound.html) 88 | 89 | ### 🛑 Deploy your own `AdBlock` 90 | - [Pi-hole](https://pi-hole.net/) — network-wide ad blocking software you can deploy to local Raspberry Pi or [always-free instance of Google Cloud](https://github.com/n3m351d4/Pi-Hole-PiVPN-on-Google-Compute-Engine-Free-Tier-with-Full-Tunnel-and-Split-Tunnel-OpenVPN-Configs). Yes, you've got the irony right. [(GitHub)](https://github.com/pi-hole) 91 | - [AdGuard Home](https://adguard.com/en/adguard-home/overview.html) — network-wide DNS resolver with encryption for blocking ads & tracking. [(GitHub)](https://github.com/AdguardTeam/AdGuardHome) 92 | 93 | ### ✉️ Deploy your own `Email server` 94 | - [Mailu](https://mailu.io/) — dockerized, secured mail suite which is easy to install and maintain. 95 | - [Mailcow](https://mailcow.email/) — dockerized mail server suite based on Postfix, Dovecot, Nginx, PHP, MariaDB, Rspamd and more. [(GitHub)](https://github.com/mailcow/mailcow-dockerized) 96 | - [iRedMail](https://www.iredmail.org/) — mail server suite with vast of options. 97 | - [Mail-in-a-Box](https://mailinabox.email/) — another mail server suite based on Postfix, Dovecot, Z-Push, Roundcube, Nextcloud, Apache SpamAssassin, Postgrey, Nginx. [(GitHub)](https://github.com/mail-in-a-box/mailinabox) 98 | - [Roundcube](https://roundcube.net/) — browser-based IMAP client with an application-like user interface. 99 | - [Postal](https://postal.atech.media/) — a fully featured mail server with web UI. [(GitHub)](https://github.com/postalhq/postal) 100 | - [Maddy](https://maddy.email/) — a composable all-in-one mail server written in Golang. [(GitHub)](https://github.com/foxcpp/maddy) 101 | 102 | ### 💬 Deploy your own `Chat server` 103 | - [Prosody IM](https://prosody.im/) — modern XMPP communication server. [(Urown tutorial)](https://roll.urown.net/server/prosody.html) 104 | - [Zulip](https://zulipchat.com/) — team chat which combined the immediacy of real-time chat with an email threading model. [(GitHub)](https://github.com/zulip/zulip) 105 | - [Rocket Chat](https://rocket.chat/) — WebChat platform. [(GitHub)](https://github.com/RocketChat/Rocket.Chat) 106 | - [Mattermost](https://mattermost.com/) — private cloud, Slack-alternative. [(GitHub)](https://github.com/mattermost/mattermost-server) 107 | - [Mumble](https://www.mumble.info) — low-latency, high quality **voice chat** for gaming. [(GitHub)](https://github.com/mumble-voip/mumble) 108 | - [Matrix](https://matrix.org) — ecosystem for open federated Instant Messaging and VoIP. [(GitHub)](https://github.com/matrix-org) 109 | - [Riot](https://about.riot.im/) — multi platform chat app based on Matrix protocol. 110 | 111 | ### 📹 Deploy your own `Video calls` 112 | - [Jitsi](https://jitsi.org/) — Multi-platform open-source video conferencing. [(GitHub)](https://github.com/jitsi) 113 | - [Nextcloud Talk](https://nextcloud.com/talk/) — chat or video calls via web or mobile apps, including screen sharing and webinar functionality. [(GitHub)](https://github.com/nextcloud/spreed/) 114 | 115 | ### ✍️ Deploy your own `Publishing system` 116 | - [Jekyll](https://jekyllrb.com/) — static websites and blogs. [(GitHub)](https://github.com/jekyll/jekyll) 117 | - [Hugo](https://gohugo.io/) — static site generators with amazing speed. 118 | - [Ghost](https://github.com/TryGhost/Ghost) — headless Node.js CMS for professional publishing. 119 | - [Gatsby](https://gatsbyjs.org/) — React-based framework that helps developers build fast websites and apps. [(GitHub)](https://github.com/gatsbyjs/gatsby) 120 | 121 | ### 🗣 Deploy your own `Disqus` comments 122 | - [Isso](https://posativ.org/isso/) — lightweight commenting server. It aims to be a drop-in replacement for Disqus. [(GitHub)](https://github.com/posativ/isso) 123 | - [Remark42](https://remark42.com/) — self-hosted, lightweight, and simple commenting system, which doesn’t spy on users [(GitHub)](https://github.com/umputun/remark42) 124 | - [Staticman](https://staticman.net/) — commenting server for static sites which stores all user generated content into your own repository. [(GitHub)](https://github.com/eduardoboucas/staticman) 125 | - [Code It Yourself approach by Tania Rascia](https://www.taniarascia.com/add-comments-to-static-site/) 126 | 127 | ### 📈 Deploy your own `Web analytics engine` 128 | - [Ackee](https://ackee.electerious.com) — self-hosted, Node.js based analytics tool for those who care about privacy. 129 | - [Matomo](https://github.com/matomo-org/matomo) — open analytics platform. 130 | - [GoAccess](https://goaccess.io/) — real-time web log analyzer and interactive viewer that runs in a terminal or through browser. [(GitHub)](https://github.com/allinurl/goaccess) 131 | - [Fathom Lite](https://github.com/usefathom/fathom) — Simple, privacy-focused website analytics. 132 | - [Shynet](https://github.com/milesmcc/shynet) — Privacy-friendly, detailed web analytics that works without cookies or JS. 133 | - [GoatCounter](https://github.com/arp242/goatcounter) — Easy analytics without tracking. 134 | 135 | ### 🔍 Deploy your own `Google search` 136 | - [Whoogle](https://github.com/benbusby/whoogle-search) — Deploy your own search engine that privately uses Google results. 137 | 138 | ### 📦 Deploy your own `Cloud backup` 139 | - [Duplicity](http://duplicity.nongnu.org/) — backs up directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. 140 | - [Borg](https://www.borgbackup.org/) — deduplicating archiver 141 | with compression and encryption. 142 | - [ElkarBackup](https://github.com/elkarbackup/elkarbackup) — backup solution based on RSync/RSnapshot. 143 | - [Restic](https://restic.net/) — encrypted, deduplicated & simple backups with an easy-to-use CLI. [(GitHub)](https://github.com/restic/restic/) 144 | 145 | ### 🔗 Deploy your own `Web archive` 146 | - [ArchiveBox](https://archivebox.io) — self-hosted web archive. [(GitHub)](https://github.com/pirate/ArchiveBox) 147 | - [Archivy](https://archivy.github.io/) — knowledge repository that allows you to preserve content. [(GitHub)](https://github.com/archivy/archivy/) 148 | 149 | ### 🍕 Deploy your own `file sharing server` 150 | - [Send](https://gitlab.com/timvisee/send) — simple, private file sharing with encryption. A Firefox Send fork. 151 | - [FilePizza](https://github.com/kern/filepizza) — peer-to-peer file transfers with only browser. 152 | - [Lufi](https://github.com/ldidry/lufi) — convenient file sharing with E2E encryption. 153 | - [Linx](https://github.com/andreimarcu/linx-server) — simple file/code/media sharing website. 154 | - [XBackBone](https://xbackbone.app/) — PHP file manager that support the instant sharing tools like ShareX, uPic, etc [(GitHub)](https://github.com/SergiX44/XBackBone) 155 | - [Enclosed](https://enclosed.cc/) — Minimalistic web app designed for sending private and secure notes. [(Github)](https://github.com/CorentinTh/enclosed) 156 | 157 | ### 📂 Deploy your own `Information storing and organization system` 158 | - [Bookstack](https://github.com/BookStackApp/BookStack) — platform to create documentation/wiki content built with PHP & Laravel. 159 | - [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) — collaboration and documentation platform with enormous capabilities. 160 | - [Dokuwiki](https://www.dokuwiki.org/) — simple wiki that doesn't require a database. [(GitHub)](https://github.com/splitbrain/dokuwiki) 161 | - [Outline](https://www.getoutline.com/) — fastest wiki and knowledge base for growing teams with markdown support and clean UI. [(GitHub)](https://github.com/outline/outline) 162 | - [Wiki.js](https://wiki.js.org/) — lightweight and extensible wiki made with Node.js. [(GitHub)](https://github.com/Requarks/wiki) 163 | - [Hypothes.is](https://web.hypothes.is/) — web annotating system with search, storing, collaboration, sharing and integrations. [(GitHub)](https://github.com/hypothesis/h) 164 | 165 | ### 🔑 Deploy your own `Password manager` 166 | - [Bitwarden](https://bitwarden.com/) — easiest and safest way to store, share, and sync sensitive data. [(GitHub)](https://github.com/bitwarden/server) 167 | - [LessPass](https://lesspass.com/) — stateless password manager. [(GitHub)](https://github.com/lesspass/lesspass) 168 | 169 | ### 🤥 Deploy your own `Read it Later` 170 | - [Shiori](https://github.com/go-shiori/shiori) — simple bookmarks manager written intended as a simple clone of Pocket. 171 | - [Wallabag](https://www.wallabag.org/en) — self hostable application for saving web pages. 172 | - [Shaark](https://github.com/MarceauKa/shaark) — knowledge storage for web links, notes, pictures and passwords with clean web UI. 173 | 174 | ### 🗞 Deploy your own `RSS reader` 175 | - [Selfoss](https://selfoss.aditu.de/) — multipurpose rss reader, live stream, mashup, aggregation web application. 176 | - [FreshRSS](https://freshrss.org/) — rss aggregator with responsive UI.[(GitHub)](https://github.com/FreshRSS/FreshRSS) 177 | - [Tiny Tiny RSS](https://tt-rss.org/) — web-based news feed reader and aggregator. 178 | - [Miniflux](https://miniflux.app/) — minimalist and opinionated feed reader. 179 | 180 | ### 🇫🇮 Deploy your own `Git server` 181 | - [GitLab CE](https://gitlab.com/gitlab-org/gitlab-foss) — turn-key git hosting solution. [(Digital Ocean tutorial)](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-gitlab-on-ubuntu-18-04) 182 | - [Gitolight](https://github.com/sitaramc/gitolite) — git hosting on a server, with very fine-grained access control and many powerful features. 183 | - [Gitea](https://gitea.io) — lightweight and powerful git server made with Go, so you can deploy it even on Raspberry Pi. [(GitHub)](https://github.com/go-gitea) 184 | - [Pagure](https://pagure.io/pagure) — lightweight, powerful, and flexible git-centered forge with decentralization features. 185 | 186 | ### 🗑 Deploy your own `Gist/PasteBin` 187 | - [Privatebin](https://privatebin.info/) — minimalist, online pastebin where the server has zero knowledge of pasted data. [(GitHub)](https://github.com/PrivateBin/PrivateBin) 188 | - [0bin](https://0bin.net/) — client side encrypted pastebin that can run without a database. [(GitHub)](https://github.com/sametmax/0bin) 189 | - [Opengist](https://github.com/thomiceli/opengist) — git-powered pastebin. 190 | 191 | 192 | ### 🐵 Deploy your own `Mailchimp` 193 | - [Listmonk](https://github.com/knadh/listmonk) — newsletter and mailing list manager with a modern dashboard. 194 | 195 | ### 🥋Deploy your own `Kanban board` 196 | - [Wekan](https://github.com/wekan/wekan) — collaborative Kanban board. 197 | - [Kanboard](https://kanboard.org/) — project management software that focuses on the Kanban methodology. [(GitHub)](https://github.com/kanboard/kanboard) 198 | - [Taiga](https://taiga.io) — project management software with a kanban board, sprints, wiki and tickets. [(GitHub)](https://github.com/taigaio) 199 | - [Phabricator](https://www.phacility.com/phabricator/) — a collection of web apps which contains bug tracker, kanban board, wiki, chat and everything you need to build software. [(GitHub)](https://github.com/phacility/phabricator/) 200 | - [Planka](https://planka.app/) — Kanban board which looks and feels exactly like Trello. [(GitHub)](https://github.com/plankanban/planka) 201 | 202 | ### 🛰 Deploy your own `GPS tracking system` 203 | - [OwnTracks](https://github.com/owntracks) — lightweight program for storing and accessing location data published via MQTT or HTTP by the OwnTracks apps. 204 | - [µlogger server](https://github.com/bfabiszewski/ulogger-server) — web application for real-time collection of geolocation data, tracks viewing and management. 205 | - [Dawarich](https://dawarich.app/) - Self-hosted alternative to Google Location History 206 | 207 | ### 💳 Deploy your own `Personal finance tracker` 208 | - [Firefly III](https://www.firefly-iii.org/) — financial manager to help you keep track of expenses, income, budgets and everything in between. [(GitHub)](https://github.com/firefly-iii/firefly-iii) 209 | - [Ledger](https://www.ledger-cli.org/) — plain text double-entry accounting with 3rd party UI like [Prudent](https://prudent.me/). [Entry point to plain text accounting](https://plaintextaccounting.org/) 210 | - [Beancount](https://bitbucket.org/blais/beancount/src/default/) — plain text double-entry accounting with 3rd party web UI like [Fava](https://github.com/beancount/fava) 211 | 212 | ### 🏠 Deploy your own `Smart home` 213 | - [Home Asisstant](https://www.home-assistant.io/) — home automation hub which can be deployed on Raspberry Pi [(GitHub)](https://github.com/home-assistant/core) 214 | - [OpenHAB](https://www.openhab.org/) — vendor-neutral, hardware/protocol-agnostic home automation hub [(GitHub)](https://github.com/openhab) 215 | - [Home Bridge](https://homebridge.io/) — lightweight server that emulates the iOS HomeKit API so you can work with smart home devices that do not support the HomeKit protocol. [(GitHub)](https://github.com/homebridge/homebridge) 216 | 217 | ### 🌀 Deploy your own `IFTTT` 218 | - [Activepieces](https://www.activepieces.com) - a no-code open-source business automation tool. [(GitHub)](https://github.com/activepieces/activepieces) 219 | - [n8n](https://n8n.io/) — node-based Workflow Automation Tool with visual editor. [(GitHub)](https://github.com/n8n-io/n8n) 220 | - [Beehive](https://github.com/muesli/beehive) — a flexible event/agent & automation system made with Go. 221 | - [Huginn](https://github.com/huginn/huginn) — system for building agents that perform automated tasks for you online. Written in Ruby. 222 | - [Kibitzr](https://kibitzr.github.io/) — tiny server to notify about (almost) anything in the web. [(GitHub)](https://github.com/kibitzr/kibitzr) 223 | 224 | ### 🔐 Deploy your own `Google Authenticator` (2FA, OTP) 225 | - [2FAuth](https://demo.2fauth.app/login) — a web app to manage your Two-Factor Authentication. [(GitHub)](https://github.com/Bubka/2FAuth) 226 | 227 | ### 🎙 Deploy your own `Twitch` 228 | - [Lightspeed](https://github.com/GRVYDEV/Project-Lightspeed) — a self-contained OBS → FTL → WebRTC live streaming server. 229 | 230 | ### 🐳 Deploy your own `Container Management System` 231 | - [Portainer](https://www.portainer.io/) — container management tool. It allows anyone to deploy and manage containers without the need to write code. [(GitHub)](https://github.com/portainer/portainer) 232 | - [Yacht](https://github.com/SelfhostedPro/Yacht) — a web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. 233 | - [Pterodactyl](https://pterodactyl.io) — game server management panel. It runs game servers in isolated containers while exposing a beautiful web UI to the users. [(Github)](https://github.com/pterodactyl/panel) 234 | - [Umbrel](https://umbrel.com/) — either a docker image or OS that provides you with the most beautiful web interface to manage containerized web services. [(Github)](https://github.com/getumbrel/umbrel) 235 | 236 | ---- 237 | 238 | Worth to check: 239 | - https://www.reddit.com/r/selfhosted/ 240 | - https://geek-cookbook.funkypenguin.co.nz/ 241 | - https://github.com/sovereign/sovereign 242 | - https://roll.urown.net/about.html 243 | 244 | Cover mashup based on [KADA★BURA](https://www.kadaburadraws.com/pixel-art#/text-rpg/) art. 245 | -------------------------------------------------------------------------------- /scryer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atarity/deploy-your-own-saas/74600c8269213f50e30e884bc05c3904532a3faa/scryer.jpg --------------------------------------------------------------------------------