diff --git a/.github/scripts/readme-generator.ts b/.github/scripts/readme-generator.ts index df5ee562..ee9594b1 100644 --- a/.github/scripts/readme-generator.ts +++ b/.github/scripts/readme-generator.ts @@ -1,16 +1,20 @@ +import { exec } from "child_process"; import fs from "fs"; +import { stderr, stdout } from "process"; type App = { + id: string; name: string; description: string; - link: string; + source: string; + port: number; }; const getAppsList = async () => { const apps: Record = {}; // fetch apps from app store repo const res = await fetch( - "https://api.github.com/repos/runtipi/runtipi-appstore/contents/apps" + "https://api.github.com/repos/runtipi/runtipi-appstore/contents/apps", ); const data = await res.json(); @@ -18,7 +22,7 @@ const getAppsList = async () => { for (const app of appNames) { const config = await fetch( - `https://raw.githubusercontent.com/runtipi/runtipi-appstore/master/apps/${app}/config.json` + `https://raw.githubusercontent.com/runtipi/runtipi-appstore/master/apps/${app}/config.json`, ); const appConfig = await config.text(); try { @@ -26,9 +30,11 @@ const getAppsList = async () => { if (!appConfigJson.deprecated) { apps[app] = { + id: appConfigJson.id, name: appConfigJson.name, description: appConfigJson.short_desc, - link: appConfigJson.source, + source: appConfigJson.source, + port: appConfigJson.port, }; } } catch (e) { @@ -39,14 +45,14 @@ const getAppsList = async () => { return { apps }; }; -const appToReadme = async (app) => { - return `- [${app.name}](${app.link}) - ${app.description}`; +const appToReadme = async (app: App) => { + return `| | [${app.name}](${app.source}) | ${app.description} | ${app.port} |`; }; -const writeToReadme = (appsList) => { +const writeToReadme = (appsList: string) => { const baseReadme = fs.readFileSync( __dirname + "/../../templates/README.md", - "utf8" + "utf8", ); const finalReadme = baseReadme.replace("", appsList); fs.writeFileSync(__dirname + "/../../README.md", finalReadme); @@ -59,10 +65,20 @@ const main = async () => { for (let i = 0; i < appKeys.length; i++) { const appFinal = await appToReadme(apps["apps"][appKeys[i]]); - appsList += i == 0 ? appFinal : "\n" + appFinal; + appsList = appsList + (appFinal + "\n"); } writeToReadme(appsList); + exec( + `npx prettier ${__dirname + "/../../README.md"} --write`, + (stdout, stderr) => { + if (stderr) { + console.error(stderr); + } else if (stdout) { + console.log(stdout); + } + }, + ); }; main(); diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..9ee2458f --- /dev/null +++ b/.prettierignore @@ -0,0 +1,3 @@ +templates/* +node_modules/* + diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/.prettierrc @@ -0,0 +1 @@ +{} diff --git a/README.md b/README.md index 0c8f13e1..832462cb 100644 --- a/README.md +++ b/README.md @@ -4,231 +4,236 @@ This is the official repository for the Tipi App Store. It contains all the apps ## Apps available -- [2FAuth](https://github.com/Bubka/2FAuth) - Manage your Two-Factor Authentication codes. -- [Activepieces](https://github.com/activepieces/activepieces) - True zapier alternative. -- [Actual Budget](https://github.com/actualbudget/actual-server) - Local-first OpenSource Budget tool -- [Adguard](https://github.com/AdguardTeam) - World's most advanced adblocker! -- [AFFiNE](https://github.com/toeverything/affine) - AFFiNE is a workspace with fully merged docs, whiteboards and databases. -- [Anse](https://github.com/anse-app/anse) - Fully optimized UI for AI Chats. -- [ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) - Open source self-hosted web archiving. -- [Atuin Server](https://github.com/atuinsh/atuin) - Magical Shell History -- [Audiobookshelf](https://github.com/advplyr/audiobookshelf) - Audiobookshelf is a self-hosted audiobook and podcast server. -- [Authentik](https://github.com/goauthentik/authentik) - The authentication glue you need. -- [autobrr](https://github.com/autobrr/autobrr) - Automation for downloads. -- [Baïkal](https://github.com/ckulka/baikal-docker) - Baïkal is a Calendar+Contacts server -- [Barrage](https://github.com/maulik9898/barrage) - Minimal Deluge WebUI with full mobile support -- [Bazarr](https://github.com/morpheus65535/bazarr) - A companion application to Sonarr and Radarr that manages and downloads subtitles -- [Bitcoin](https://github.com/lncm/docker-bitcoind) - Bitcoin core node -- [Bitmagnet](https://github.com/bitmagnet-io/bitmagnet) - A self-hosted BitTorrent indexer. -- [Booksonic](https://github.com/popeen/Booksonic-Air) - The selfhosted audiobook server -- [Bookstack](https://github.com/BookStackApp/BookStack) - BookStack is a self-hosted platform for organising and storing information. -- [Budibase](https://github.com/Budibase/budibase) - Internal tools made easy. -- [Cal.com](https://github.com/calcom/cal.com) - Scheduling infrastructure for absolutely everyone. -- [Calibre-Web - EBook Reader](https://github.com/janeczku/calibre-web) - Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. -- [ChangeDetection](https://github.com/dgtlmoon/changedetection.io) - Website change detection. -- [ChatGPT UI](https://github.com/WongSaang/chatgpt-ui) - A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage -- [Chatpad AI](https://github.com/deiucanta/chatpad) - Not just another ChatGPT user-interface! -- [Cheshire Cat AI](https://github.com/cheshire-cat-ai/core) - A production-ready AI framework to develop AI agents. -- [Cloudflare DDNS](https://github.com/joshuaavalon/docker-cloudflare) - Update DNS records on Cloudflare. -- [Cloudflared](https://github.com/WisdomSky/Cloudflared-web) - Cloudflare Tunnels in a Web UI -- [Code-Server - Web VS Code](https://github.com/linuxserver/docker-code-server) - Code-server is VS Code running on a remote server, accessible through the browser. -- [CodeX.docs](https://github.com/codex-team/codex.docs) - Free Docs app powered by Editor.js ecosystem. -- [Crafty](https://gitlab.com/crafty-controller/crafty-4) - Python based Control Panel for your Minecraft Server -- [Cross-Seed](https://github.com/cross-seed/cross-seed) - Fully-automatic cross-seeding with Torznab. -- [CTFd](https://github.com/CTFd/CTFd) - Cyber Security Training made simple. -- [DailyTxT](https://github.com/PhiTux/DailyTxT) - Encrypted Diary Web-App -- [Dash.](https://github.com/MauriceNino/dashdot) - A simple, modern server dashboard, primarily used by smaller private server -- [Dashy](https://github.com/lissy93/dashy) - A self-hostable personal dashboard built for you. -- [Databag](https://github.com/balzack/databag) - Messenger for the Decentralized Web -- [Deemix](https://gitlab.com/Bockiii/deemix-docker) - deemix is a barebone deezer downloader library built from the ashes of Deezloader Remix. -- [Deluge](https://github.com/linuxserver/docker-deluge) - Deluge is a lightweight, Free Software, cross-platform BitTorrent client. -- [Dockge](https://github.com/louislam/dockge) - Docker compose.yaml stack-oriented manager. -- [DokuWiki](https://github.com/dokuwiki/dokuwiki) - DokuWiki is a simple to use and highly versatile Open Source wiki software -- [Dozzle](https://github.com/amir20/dozzle) - Dozzle is a small web based app to monitor Docker logs -- [Draw.io](https://github.com/jgraph/drawio) - Diagramming and whiteboarding app. -- [Duck DNS](https://github.com/linuxserver/docker-duckdns) - Duck DNS is a free Dynamic DNS service -- [Duplicati](https://github.com/linuxserver/docker-duplicati) - Store securely encrypted backups in the cloud! -- [Eclipse Mosquitto](https://github.com/eclipse/mosquitto/) - open source message broker -- [Email OAuth2 Proxy](https://github.com/simonrob/email-oauth2-proxy) - OAuth Proxy for IMAP/POP/SMTP. -- [Emulatorjs](https://github.com/EmulatorJS/EmulatorJS) - Self-hosted Javascript emulation for various system. -- [Excalidraw](https://github.com/excalidraw/excalidraw) - Online whiteboard collaboration made easy -- [File Browser](https://github.com/filebrowser/filebrowser) - Access your homeserver files from your browser -- [Filestash](https://github.com/mickael-kerjean/filestash) - A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze -- [Firefly III Data Importer](https://github.com/firefly-iii/data-importer) - The Firefly III Data Importer can import data into Firefly III -- [Firefly III](https://github.com/firefly-iii/firefly-iii) - Firefly III: a personal finances manager -- [Fireshare](https://github.com/ShaneIsrael/fireshare) - Self host your media and share with unique links -- [Flaresolverr](https://github.com/FlareSolverr/FlareSolverr) - Bypass Cloudflare and DDoS-GuARD. -- [flatnotes](https://github.com/Dullage/flatnotes) - A self-hosted, database-less note taking web app -- [Flightlog](https://github.com/perdian/flightlog/) - Flightlog, a web application that keeps track of your personal flight history -- [Flowise AI](https://github.com/FlowiseAI/Flowise) - Build LLM Apps Easily -- [Forgejo](https://codeberg.org/forgejo/forgejo/) - Beyond coding. We forge. · Lightweight and performant · Guaranteed 100% Free Software -- [FreshRSS](https://github.com/FreshRSS/FreshRSS) - A free, self-hostable aggregator… -- [gandi-livedns](https://github.com/jbbodart/gandi-livedns) - Update your Gandi DNS zone records with your WAN IP -- [Get A Shell](https://github.com/steveiliop56/getashell) - SSH shells from a Web UI -- [Ghost](https://github.com/TryGhost/Ghost) - Ghost - Turn your audience into a business. -- [Ghostfolio](https://github.com/ghostfolio/ghostfolio) - Open Source Wealth Management Software. -- [Gitea](https://github.com/go-gitea/gitea) - Gitea - Git with a cup of tea · A painless self-hosted Git service. · Cross-platform · Easy to install · Lightweight · Open Source. -- [Gladys Assistant](https://github.com/gladysassistant/gladys) - A privacy-first, open-source home assistant -- [Glances](https://github.com/nicolargo/glances) - An eye on your system -- [Gotify](https://github.com/gotify/server) - Gotify, a simple server for sending and receiving notification messages. -- [GoToSocial](https://github.com/superseriousbusiness/gotosocial) - Fast, fun, ActivityPub server, powered by Go. -- [Grafana](https://github.com/grafana/grafana) - The open and composable observability and data visualization platform -- [Grav](https://github.com/getgrav/grav) - Grav is a Fast, Simple, and Flexible, file-based Web-platform. -- [Grist](https://github.com/gristlabs/grist-core) - Grist is the evolution of spreadsheets. -- [Grocy](https://github.com/grocy/grocy) - ERP beyond your fridge -- [Halo](https://github.com/halo-dev/halo) - Halo - Open source website building tool. -- [Hammond](https://github.com/alfhou/hammond) - Self hosted vehicle and expense management system. Like Clarkson, but better -- [Haven](https://github.com/havenweb/haven) - Self-hostable private blogging -- [HedgeDoc](https://github.com/hedgedoc/hedgedoc) - A Collaborative Markdown and Note Taking App -- [Heimdall](https://github.com/linuxserver/Heimdall) - Application Dashboard -- [Hello World](https://github.com/crccheck/docker-hello-world) - Hello World web server in under 2 MB -- [Homarr](https://github.com/ajnart/homarr) - Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. -- [Home Assistant](https://github.com/home-assistant/core) - Open source home automation that puts local control and privacy first -- [HomeBox](https://github.com/hay-kot/homebox) - Homebox is the inventory and organization system built for the Home User -- [Home Bridge](https://github.com/homebridge/homebridge) - HomeKit support for the impatient. -- [Homepage](https://github.com/gethomepage/homepage) - A highly customizable homepage -- [Immich](https://github.com/immich-app/immich) - Photo and video backup solution directly from your mobile phone. -- [Invidious](https://github.com/iv-org/invidious) - An alternative front-end to YouTube -- [Invoice Ninja](https://github.com/invoiceninja/invoiceninja) - Invoices, Expenses and Tasks built with Laravel, Flutter and React. -- [IT-Tools](https://github.com/CorentinTh/it-tools) - Collection of handy online tools for developers, with great UX. -- [Jackett](https://github.com/Jackett/Jackett) - API Support for your favorite torrent trackers -- [Jellyfin Vue (Beta)](https://github.com/jellyfin/jellyfin-vue) - A modern web client for Jellyfin based on Vue -- [Jellyfin](https://github.com/jellyfin/jellyfin) - A media server for your home collection -- [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) - Fork of overseerr for Jellyfin support -- [Joplin Server](https://github.com/laurent22/joplin) - Note taking and to-do application with synchronisation -- [Kanboard](https://github.com/kanboard/kanboard) - Open Source Kanban Board -- [Kapowarr](https://github.com/Casvt/Kapowarr) - Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software. -- [Kasm Workspaces](https://github.com/kasmtech) - Container streaming platform. -- [Kavita](https://github.com/Kareadita/Kavita) - Kavita is a fast, feature rich, cross platform reading server -- [Kimai](https://github.com/kimai/kimai) - Open source time-tracker -- [Kiwix Server](https://github.com/kiwix/kiwix-tools/) - Kiwix Server is a web server for hosting .zim files -- [Koillection](https://github.com/benjaminjonard/koillection) - Koillection allow you to manage any kind of collections. -- [Komga](https://github.com/gotson/komga) - A media server for your comics, mangas, BDs, magazines and eBooks. -- [LibReddit](https://github.com/spikecodes/libreddit) - Browse reddit without problems! -- [LibrePhotos](https://github.com/LibrePhotos/librephotos) - Complete photo management service -- [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) - Free and Open Source Machine Translation API. 100% self-hosted, offline capable and easy to setup. -- [Lidarr on Steroids](https://github.com/youegraillot/lidarr-on-steroids) - Lidarr with some muscles thanks to deemix -- [Lidarr](https://github.com/Lidarr/Lidarr) - Looks and smells like Sonarr but made for music. -- [LinkStack](https://github.com/LinkStackOrg/linkstack-docker) - LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface -- [Linkwarden](https://github.com/linkwarden/linkwarden) - A self-hosted, open-source collaborative bookmark manager -- [Lobe Chat](https://github.com/lobehub/lobe-chat) - LLM chatbot framework -- [Lodestone Core](https://github.com/Lodestone-Team/lodestone_core) - Server hosting tool for Minecraft and other multiplayers -- [Logto](https://github.com/logto-io/logto) - Logto is a cost-effective open-source alternative to Auth0. -- [Maintainerr](https://github.com/jorenn92/Maintainerr) - Maintainerr will manage the storage space on your plex server, launching automated actions to delete your files. -- [Mastodon](https://github.com/mastodon/mastodon) - Your self-hosted, globally interconnected microblogging community -- [Conduit](https://gitlab.com/famedly/conduit) - Conduit is a simple, fast and reliable chat server written in Rust -- [Mealie](https://github.com/hay-kot/mealie) - Mealie is a self-hosted recipe manager and meal planner. -- [Memos](https://github.com/usememos/memos) - Memo hub for knowledge management and collaboration. -- [MeTube](https://github.com/alexta69/metube) - youtube-dl web UI -- [Mind](https://github.com/Casvt/MIND) - A simple self hosted reminder platform that uses push to send notifications to your device. -- [Minecraft Server](https://github.com/itzg/docker-minecraft-server) - Run a minecraft server -- [Minio](https://github.com/minio/minio) - High Performance Object Storage -- [Mixpost Pro](https://github.com/inovector/mixpost) - Self-hosted social media management. Schedule and organize your social content. -- [Mixpost](https://github.com/inovector/mixpost) - Self-hosted social media management. Schedule and organize your social content. -- [Moneroblock](https://github.com/duggavo/MoneroBlock) - Decentralized and trustless Monero block explorer -- [Monero Daemon](https://github.com/sethforprivacy/simple-monerod-docker) - Monero is a private, decentralized cryptocurrency that keeps your finances confidential and secure. -- [Mongo Express](https://github.com/mongo-express/mongo-express) - Web-based MongoDB admin interface, written with Node.js and Express -- [MongoDB](https://github.com/mongodb/mongo) - MongoDB is an open-source NoSQL database -- [Monica](https://github.com/monicahq/monica) - A Personal Relationship Management tool to help you document your social life. -- [Moodist](https://github.com/remvze/moodist) - Ambient sounds for focus and calm. -- [Movary](https://github.com/leepeuker/movary) - Movary is a self-hosted web application to track and rate your watched movies. -- [mStream Music](https://github.com/IrosTheBeggar/mStream) - The easiest music streaming server available -- [Mylar3](https://github.com/mylar3/mylar3) - Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. -- [n8n](https://github.com/n8n-io/n8n) - Workflow Automation Tool. Alternative to Zapier -- [Navidrome](https://github.com/navidrome/navidrome/) - A selfhosted music server -- [Netboot.xyz](https://github.com/netbootxyz/netboot.xyz) - Your favorite operating systems in one place. -- [Netdata](https://github.com/netdata/netdata) - Open-source, real-time, performance and health monitoring. -- [Nextcloud](https://github.com/nextcloud/server) - Productivity platform that keeps you in control -- [NextGBA](https://github.com/meienberger/nextgba) - Gameboy in your browser -- [Nginx](https://github.com/nginx/nginx) - Open-source simple and fast web server. -- [Nitter](https://github.com/zedeus/nitter) - Twitter without annoyances! -- [NocoDB](https://github.com/nocodb/nocodb) - Open Source Airtable Alternative -- [Node-RED](https://github.com/node-red/node-red) - Low-code programming for event-driven applications -- [Notemark](https://github.com/enchant97/note-mark/) - Lighting fast web-based Markdown notes app. -- [Ntfy](https://github.com/binwiederhier/ntfy) - Ntfy, a simple server for sending and receiving notification messages. -- [Obsidian LiveSync](https://github.com/vrtmrz/self-hosted-livesync-server) - LiveSync couchdb backend for Obsidian -- [Octobot](https://github.com/Drakkar-Software/OctoBot) - Octobot is a powerful open-source cryptocurrency trading robot. -- [Odoo](https://github.com/odoo/odoo) - Open-source business management software with modular applications for streamlined operations. -- [OneDev](https://code.onedev.io/onedev/server) - Self-hosted Git Server with Kanban and CI/CD -- [openbooks](https://github.com/evan-buss/openbooks) - Search and Download eBooks -- [Outline](https://github.com/outline/outline) - A home for all your docs -- [Overseerr](https://github.com/sct/overseerr) - Request management and media discovery tool for the Plex ecosystem -- [Owncast](https://github.com/owncast/owncast) - Take control over your live stream video by running it yourself. Streaming + chat out of the box. -- [Owncloud](https://github.com/owncloud/core) - A personal cloud which runs on your own server. -- [PairDrop](https://github.com/schlagmichdoch/PairDrop) - Local file sharing in your browser. Inspired by Apple's AirDrop -- [Paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) - Document Management System (DMS) -- [Penpot](https://github.com/penpot/penpot) - Open-Source design & prototyping platform. -- [Peppermint](https://github.com/Peppermint-Lab/peppermint) - An open source ticket management & help desk solution. -- [PhotoPrism](https://github.com/photoprism/photoprism) - AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy. -- [Pi-hole](https://github.com/pi-hole/pi-hole) - A black hole for Internet advertisements -- [Planka](https://github.com/plankanban/planka) - Free open source kanban board for workgroups. -- [Planning Poker](https://github.com/axeleroy/self-host-planning-poker) - Online planning poker for scrum master. -- [Plausible](https://github.com/plausible/analytics) - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics. -- [Plex](https://github.com/plexinc/pms-docker) - Stream Movies & TV Shows -- [PodFetch](https://github.com/SamTV12345/PodFetch) - A sleek and efficient podcast downloader. -- [Portainer](https://github.com/portainer/portainer) - Making Docker and Kubernetes management easy. -- [Postfix Mail Relay](https://github.com/shamil/docker-postfix-relay) - Simple SMTP relay for environments where you may have private servers with no Internet connection. -- [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. -- [Prowlarr](https://github.com/Prowlarr/Prowlarr/) - A torrent/usenet indexer manager/proxy -- [ProxiTok](https://github.com/pablouser1/ProxiTok) - Open source alternative frontend for TikTok made using PHP -- [qBittorrent](https://github.com/qbittorrent/qBittorrent) - Fast, easy, and free BitTorrent client -- [qDirStat](https://github.com/linuxserver/docker-qdirstat) - A graphical disk usage analyzer -- [Radarr](https://github.com/Radarr/Radarr) - Movie collection manager for Usenet and BitTorrent users. -- [Rallly](https://github.com/lukevella/rallly) - Scheduling and collaboration tool -- [Readarr](https://github.com/Readarr/Readarr) - Book Manager and Automation (Sonarr for Ebooks) -- [Recyclarr](https://github.com/recyclarr/recyclarr) - Sync TRaSH Guides. -- [Resilio](https://github.com/bt-sync) - Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology -- [Revolt Chat](https://github.com/revoltchat) - Open source user-first chat platform. -- [RomM](https://github.com/zurdi15/romm) - RomM (Rom Manager) is a web based retro roms manager integrated with IGDB. -- [RSS](https://github.com/ssddanbrown/rss) - A simple, opinionated, RSS feed aggregator. -- [Ryot](https://github.com/IgnisDa/ryot) - Roll your own tracker! -- [SABnzbd](https://github.com/sabnzbd/sabnzbd) - Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can -- [Scrypted](https://github.com/koush/scrypted) - High performance home video integration and automation platform -- [SearXNG](https://github.com/searxng/searxng) - Privacy-respecting, hackable metasearch engine -- [SeedSync](https://github.com/ipsingh06/seedsync) - SeedSync is a tool to sync the files on a remote Linux server. -- [Send](https://gitlab.com/timvisee/send) - Simple, private file sharing. https://send.vis.ee/ -- [Serge](https://github.com/serge-chat/serge) - LLaMA made easy -- [SFTPGo](https://github.com/drakkan/sftpgo) - Fully featured and highly configurable SFTP server -- [Shlink](https://github.com/shlinkio/shlink) - Shlink is a self-hosted URL shortener -- [Silverbullet](https://github.com/silverbulletmd/silverbullet) - SilverBullet is a creative space where you collect, create and expand your personal knowledge, while also letting you constantly evolve the tools you use to do so. -- [SimpleX SMP](https://github.com/simplex-chat/simplexmq) - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks. -- [SLSKD](https://github.com/slskd/slskd) - P2P downloads -- [Sonarr](https://github.com/Sonarr/Sonarr) - TV show manager for Usenet and BitTorrent -- [Speedtest Tracker](https://github.com/alexjustesen/speedtest-tracker) - Internet performance tracking application. -- [Spoolman](https://github.com/Donkie/Spoolman) - Keep track of your inventory of 3D-printer filament spools -- [Sshwifty](https://github.com/nirui/sshwifty) - Web SSH & Telnet (WebSSH & WebTelnet client) -- [Stalwart Mail](https://github.com/stalwartlabs) - Open-source mail server solution with JMAP, IMAP4, and SMTP support -- [Stirling-PDF](https://github.com/Frooodle/Stirling-PDF/) - Powerful locally hosted web based PDF manipulation tool. -- [Syncthing](https://github.com/syncthing) - Peer-to-peer file synchronization between your devices -- [Tailscale](https://github.com/tailscale/tailscale) - The easiest, most secure way to use WireGuard and 2FA. -- [Tandoor](https://github.com/TandoorRecipes/recipes) - Recipe collection manager. -- [Tasks.md](https://github.com/BaldissaraMatheus/Tasks.md) - A self-hosted, file based task management board. -- [Tautulli](https://github.com/Tautulli/Tautulli) - Monitoring and tracking tool for Plex Media Server. -- [Tooljet](https://github.com/ToolJet/ToolJet) - Alternative to retool to construct CRM dashboard -- [Traefik Certs Dumper](https://github.com/kereis/traefik-certs-dumper) - Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json. -- [Transmission (VPN)](https://github.com/haugene/docker-transmission-openvpn) - BitTorrent client with VPN support. -- [Transmission](https://github.com/transmission/transmission) - Fast, easy, and free BitTorrent client -- [Trilium](https://github.com/zadam/trilium) - An open-source, self-hosted Notion alterative -- [Tube Archivist](https://github.com/tubearchivist/tubearchivist) - Your self-hosted YouTube media server -- [Umami](https://github.com/umami-software/umami) - Umami is a simple, fast, privacy-focused alternative to Google Analytics. -- [Unmanic](https://github.com/Unmanic/unmanic) - Unmanic - Library Optimiser. -- [Uptime Kuma](https://github.com/louislam/uptime-kuma) - A fancy self-hosted monitoring tool. -- [VaultWarden](https://github.com/dani-garcia/vaultwarden) - All your passwords in your control! -- [ViewTube](https://github.com/ViewTube/viewtube) - The open source, privacy-conscious way to enjoy your favorite YouTube content. -- [Vikunja](https://kolaente.dev/vikunja) - The Todo-app to organize your life. -- [Wallos](https://github.com/ellite/Wallos) - Open-Source Personal Subscription Tracker -- [Wekan](https://github.com/wekan/wekan) - Open-Source, customizable, and privacy-focused kanban -- [Wireguard](https://github.com/WeeJeWel/wg-easy/) - VPN server for your homeserver -- [Whisparr](https://github.com/Whisparr/Whisparr) - Adult movie collection manager. -- [Whoogle Search](https://github.com/benbusby/whoogle-search) - A self-hosted, ad-free, privacy-respecting metasearch engine. -- [WikiJS](https://github.com/requarks/wiki) - A modern and powerful wiki app built on Node.js -- [Windows](https://github.com/dockur/windows/) - Full windows vm in your browser -- [Wizarr](https://github.com/Wizarrrr/wizarr) - Wizarr is an automatic user invitation system for Plex and Jellyfin. -- [WordPress](https://github.com/WordPress/WordPress) - Popular CMS for websites and blogs -- [Your Spotify](https://github.com/Yooooomi/your_spotify) - Self hosted Spotify tracking dashboard. -- [ZeroTier](https://github.com/zerotier/ZeroTierOne) - Easy to use zero configuration VPN. -- [Zigbee2MQTT](https://github.com/Koenkk/zigbee2mqtt) - Zigbee to MQTT bridge -- [Zipline](https://github.com/diced/zipline) - A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! +| Icon | Name | Description | Port | +| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- | +| | [2FAuth](https://github.com/Bubka/2FAuth) | Manage your Two-Factor Authentication codes. | 8235 | +| | [Activepieces](https://github.com/activepieces/activepieces) | True zapier alternative. | 8605 | +| | [Actual Budget](https://github.com/actualbudget/actual-server) | Local-first OpenSource Budget tool | 8011 | +| | [Adguard](https://github.com/AdguardTeam) | World's most advanced adblocker! | 8104 | +| | [AFFiNE](https://github.com/toeverything/affine) | AFFiNE is a workspace with fully merged docs, whiteboards and databases. | 3010 | +| | [Anse](https://github.com/anse-app/anse) | Fully optimized UI for AI Chats. | 8014 | +| | [ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) | Open source self-hosted web archiving. | 8015 | +| | [Atuin Server](https://github.com/atuinsh/atuin) | Magical Shell History | 8888 | +| | [Audiobookshelf](https://github.com/advplyr/audiobookshelf) | Audiobookshelf is a self-hosted audiobook and podcast server. | 13378 | +| | [Authentik](https://github.com/goauthentik/authentik) | The authentication glue you need. | 8770 | +| | [autobrr](https://github.com/autobrr/autobrr) | Automation for downloads. | 8158 | +| | [Baïkal](https://github.com/ckulka/baikal-docker) | Baïkal is a Calendar+Contacts server | 6556 | +| | [Barrage](https://github.com/maulik9898/barrage) | Minimal Deluge WebUI with full mobile support | 8145 | +| | [Bazarr](https://github.com/morpheus65535/bazarr) | A companion application to Sonarr and Radarr that manages and downloads subtitles | 6767 | +| | [Bitcoin](https://github.com/lncm/docker-bitcoind) | Bitcoin core node | 8333 | +| | [Bitmagnet](https://github.com/bitmagnet-io/bitmagnet) | A self-hosted BitTorrent indexer. | 3335 | +| | [Booksonic](https://github.com/popeen/Booksonic-Air) | The selfhosted audiobook server | 8040 | +| | [Bookstack](https://github.com/BookStackApp/BookStack) | BookStack is a self-hosted platform for organising and storing information. | 8119 | +| | [Budibase](https://github.com/Budibase/budibase) | Internal tools made easy. | 8268 | +| | [Cal.com](https://github.com/calcom/cal.com) | Scheduling infrastructure for absolutely everyone. | 8294 | +| | [Calibre-Web - EBook Reader](https://github.com/janeczku/calibre-web) | Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. | 8100 | +| | [ChangeDetection](https://github.com/dgtlmoon/changedetection.io) | Website change detection. | 8257 | +| | [ChatGPT UI](https://github.com/WongSaang/chatgpt-ui) | A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage | 8200 | +| | [Chatpad AI](https://github.com/deiucanta/chatpad) | Not just another ChatGPT user-interface! | 8179 | +| | [Cheshire Cat AI](https://github.com/cheshire-cat-ai/core) | A production-ready AI framework to develop AI agents. | 1865 | +| | [Cloudflare DDNS](https://github.com/joshuaavalon/docker-cloudflare) | Update DNS records on Cloudflare. | 22222 | +| | [Cloudflared](https://github.com/WisdomSky/Cloudflared-web) | Cloudflare Tunnels in a Web UI | 14333 | +| | [Code-Server - Web VS Code](https://github.com/linuxserver/docker-code-server) | Code-server is VS Code running on a remote server, accessible through the browser. | 8138 | +| | [CodeX.docs](https://github.com/codex-team/codex.docs) | Free Docs app powered by Editor.js ecosystem. | 8101 | +| | [Crafty](https://gitlab.com/crafty-controller/crafty-4) | Python based Control Panel for your Minecraft Server | 8456 | +| | [Cross-Seed](https://github.com/cross-seed/cross-seed) | Fully-automatic cross-seeding with Torznab. | 2468 | +| | [Crowdsec](https://github.com/crowdsecurity/crowdsec) | Participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI. | 8679 | +| | [CTFd](https://github.com/CTFd/CTFd) | Cyber Security Training made simple. | 8546 | +| | [DailyTxT](https://github.com/PhiTux/DailyTxT) | Encrypted Diary Web-App | 8156 | +| | [Dash.](https://github.com/MauriceNino/dashdot) | A simple, modern server dashboard, primarily used by smaller private server | 8173 | +| | [Dashy](https://github.com/lissy93/dashy) | A self-hostable personal dashboard built for you. | 8205 | +| | [Databag](https://github.com/balzack/databag) | Messenger for the Decentralized Web | 8201 | +| | [Deemix](https://gitlab.com/Bockiii/deemix-docker) | deemix is a barebone deezer downloader library built from the ashes of Deezloader Remix. | 6595 | +| | [Deluge](https://github.com/linuxserver/docker-deluge) | Deluge is a lightweight, Free Software, cross-platform BitTorrent client. | 8144 | +| | [Dockge](https://github.com/louislam/dockge) | Docker compose.yaml stack-oriented manager. | 8768 | +| | [DokuWiki](https://github.com/dokuwiki/dokuwiki) | DokuWiki is a simple to use and highly versatile Open Source wiki software | 8149 | +| | [Dozzle](https://github.com/amir20/dozzle) | Dozzle is a small web based app to monitor Docker logs | 8013 | +| | [Draw.io](https://github.com/jgraph/drawio) | Diagramming and whiteboarding app. | 8734 | +| | [Duck DNS](https://github.com/linuxserver/docker-duckdns) | Duck DNS is a free Dynamic DNS service | 8026 | +| | [Duplicati](https://github.com/linuxserver/docker-duplicati) | Store securely encrypted backups in the cloud! | 8159 | +| | [Eclipse Mosquitto](https://github.com/eclipse/mosquitto/) | open source message broker | 8288 | +| | [Email OAuth2 Proxy](https://github.com/simonrob/email-oauth2-proxy) | OAuth Proxy for IMAP/POP/SMTP. | 1999 | +| | [Emulatorjs](https://github.com/EmulatorJS/EmulatorJS) | Self-hosted Javascript emulation for various system. | 8164 | +| | [Excalidraw](https://github.com/excalidraw/excalidraw) | Online whiteboard collaboration made easy | 8172 | +| | [File Browser](https://github.com/filebrowser/filebrowser) | Access your homeserver files from your browser | 8096 | +| | [Filestash](https://github.com/mickael-kerjean/filestash) | A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze | 8189 | +| | [Firefly III Data Importer](https://github.com/firefly-iii/data-importer) | The Firefly III Data Importer can import data into Firefly III | 8150 | +| | [Firefly III](https://github.com/firefly-iii/firefly-iii) | Firefly III: a personal finances manager | 8115 | +| | [Fireshare](https://github.com/ShaneIsrael/fireshare) | Self host your media and share with unique links | 8140 | +| | [Flaresolverr](https://github.com/FlareSolverr/FlareSolverr) | Bypass Cloudflare and DDoS-GuARD. | 8666 | +| | [flatnotes](https://github.com/Dullage/flatnotes) | A self-hosted, database-less note taking web app | 8137 | +| | [Flightlog](https://github.com/perdian/flightlog/) | Flightlog, a web application that keeps track of your personal flight history | 8934 | +| | [Flowise AI](https://github.com/FlowiseAI/Flowise) | Build LLM Apps Easily | 8009 | +| | [Forgejo](https://codeberg.org/forgejo/forgejo/) | Beyond coding. We forge. · Lightweight and performant · Guaranteed 100% Free Software | 8195 | +| | [FreshRSS](https://github.com/FreshRSS/FreshRSS) | A free, self-hostable aggregator… | 8086 | +| | [gandi-livedns](https://github.com/jbbodart/gandi-livedns) | Update your Gandi DNS zone records with your WAN IP | 8134 | +| | [Get A Shell](https://github.com/steveiliop56/getashell) | SSH shells from a Web UI | 8281 | +| | [Ghost](https://github.com/TryGhost/Ghost) | Ghost - Turn your audience into a business. | 8117 | +| | [Ghostfolio](https://github.com/ghostfolio/ghostfolio) | Open Source Wealth Management Software. | 3333 | +| | [Gitea](https://github.com/go-gitea/gitea) | Gitea - Git with a cup of tea · A painless self-hosted Git service. · Cross-platform · Easy to install · Lightweight · Open Source. | 8108 | +| | [Gladys Assistant](https://github.com/gladysassistant/gladys) | A privacy-first, open-source home assistant | 8270 | +| | [Glances](https://github.com/nicolargo/glances) | An eye on your system | 8420 | +| | [Gotify](https://github.com/gotify/server) | Gotify, a simple server for sending and receiving notification messages. | 8129 | +| | [GoToSocial](https://github.com/superseriousbusiness/gotosocial) | Fast, fun, ActivityPub server, powered by Go. | 8188 | +| | [Grafana](https://github.com/grafana/grafana) | The open and composable observability and data visualization platform | 8160 | +| | [Grav](https://github.com/getgrav/grav) | Grav is a Fast, Simple, and Flexible, file-based Web-platform. | 8161 | +| | [Grist](https://github.com/gristlabs/grist-core) | Grist is the evolution of spreadsheets. | 8484 | +| | [Grocy](https://github.com/grocy/grocy) | ERP beyond your fridge | 8136 | +| | [Halo](https://github.com/halo-dev/halo) | Halo - Open source website building tool. | 8092 | +| | [Hammond](https://github.com/alfhou/hammond) | Self hosted vehicle and expense management system. Like Clarkson, but better | 8185 | +| | [Haven](https://github.com/havenweb/haven) | Self-hostable private blogging | 8130 | +| | [HedgeDoc](https://github.com/hedgedoc/hedgedoc) | A Collaborative Markdown and Note Taking App | 8142 | +| | [Heimdall](https://github.com/linuxserver/Heimdall) | Application Dashboard | 8783 | +| | [Hello World](https://github.com/crccheck/docker-hello-world) | Hello World web server in under 2 MB | 8000 | +| | [Homarr](https://github.com/ajnart/homarr) | Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. | 8102 | +| | [Home Assistant](https://github.com/home-assistant/core) | Open source home automation that puts local control and privacy first | 8209 | +| | [HomeBox](https://github.com/hay-kot/homebox) | Homebox is the inventory and organization system built for the Home User | 7745 | +| | [Home Bridge](https://github.com/homebridge/homebridge) | HomeKit support for the impatient. | 8581 | +| | [Homepage](https://github.com/gethomepage/homepage) | A highly customizable homepage | 8756 | +| | [Immich](https://github.com/immich-app/immich) | Photo and video backup solution directly from your mobile phone. | 8128 | +| | [Invidious](https://github.com/iv-org/invidious) | An alternative front-end to YouTube | 8095 | +| | [Invoice Ninja](https://github.com/invoiceninja/invoiceninja) | Invoices, Expenses and Tasks built with Laravel, Flutter and React. | 8881 | +| | [IT-Tools](https://github.com/CorentinTh/it-tools) | Collection of handy online tools for developers, with great UX. | 8171 | +| | [Jackett](https://github.com/Jackett/Jackett) | API Support for your favorite torrent trackers | 8097 | +| | [Jellyfin Vue (Beta)](https://github.com/jellyfin/jellyfin-vue) | A modern web client for Jellyfin based on Vue | 8202 | +| | [Jellyfin](https://github.com/jellyfin/jellyfin) | A media server for your home collection | 8091 | +| | [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) | Fork of overseerr for Jellyfin support | 8163 | +| | [Joplin Server](https://github.com/laurent22/joplin) | Note taking and to-do application with synchronisation | 8099 | +| | [Kanboard](https://github.com/kanboard/kanboard) | Open Source Kanban Board | 8010 | +| | [Kapowarr](https://github.com/Casvt/Kapowarr) | Kapowarr is a software to build and manage a comic book library, fitting in the \*arr suite of software. | 8194 | +| | [Kasm Workspaces](https://github.com/kasmtech) | Container streaming platform. | 8744 | +| | [Kavita](https://github.com/Kareadita/Kavita) | Kavita is a fast, feature rich, cross platform reading server | 8175 | +| | [Kimai](https://github.com/kimai/kimai) | Open source time-tracker | 8003 | +| | [Kiwix Server](https://github.com/kiwix/kiwix-tools/) | Kiwix Server is a web server for hosting .zim files | 8169 | +| | [Koillection](https://github.com/benjaminjonard/koillection) | Koillection allow you to manage any kind of collections. | 8050 | +| | [Komga](https://github.com/gotson/komga) | A media server for your comics, mangas, BDs, magazines and eBooks. | 2560 | +| | [LibReddit](https://github.com/spikecodes/libreddit) | Browse reddit without problems! | 8105 | +| | [LibrePhotos](https://github.com/LibrePhotos/librephotos) | Complete photo management service | 8132 | +| | [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) | Free and Open Source Machine Translation API. 100% self-hosted, offline capable and easy to setup. | 8121 | +| | [Lidarr on Steroids](https://github.com/youegraillot/lidarr-on-steroids) | Lidarr with some muscles thanks to deemix | 8186 | +| | [Lidarr](https://github.com/Lidarr/Lidarr) | Looks and smells like Sonarr but made for music. | 8131 | +| | [LinkStack](https://github.com/LinkStackOrg/linkstack-docker) | LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface | 8154 | +| | [Linkwarden](https://github.com/linkwarden/linkwarden) | A self-hosted, open-source collaborative bookmark manager | 8199 | +| | [Lobe Chat](https://github.com/lobehub/lobe-chat) | LLM chatbot framework | 3210 | +| | [Lodestone Core](https://github.com/Lodestone-Team/lodestone_core) | Server hosting tool for Minecraft and other multiplayers | 16662 | +| | [Logto](https://github.com/logto-io/logto) | Logto is a cost-effective open-source alternative to Auth0. | 8203 | +| | [Maintainerr](https://github.com/jorenn92/Maintainerr) | Maintainerr will manage the storage space on your plex server, launching automated actions to delete your files. | 8030 | +| | [Mastodon](https://github.com/mastodon/mastodon) | Your self-hosted, globally interconnected microblogging community | 8210 | +| | [Conduit](https://gitlab.com/famedly/conduit) | Conduit is a simple, fast and reliable chat server written in Rust | 6167 | +| | [Mealie](https://github.com/hay-kot/mealie) | Mealie is a self-hosted recipe manager and meal planner. | 8220 | +| | [Memos](https://github.com/usememos/memos) | Memo hub for knowledge management and collaboration. | 5230 | +| | [MeTube](https://github.com/alexta69/metube) | youtube-dl web UI | 8250 | +| | [Mind](https://github.com/Casvt/MIND) | A simple self hosted reminder platform that uses push to send notifications to your device. | 8143 | +| | [Minecraft Server](https://github.com/itzg/docker-minecraft-server) | Run a minecraft server | 25565 | +| | [Minio](https://github.com/minio/minio) | High Performance Object Storage | 8001 | +| | [Mixpost Pro](https://github.com/inovector/mixpost) | Self-hosted social media management. Schedule and organize your social content. | 8191 | +| | [Mixpost](https://github.com/inovector/mixpost) | Self-hosted social media management. Schedule and organize your social content. | 8167 | +| | [Moneroblock](https://github.com/duggavo/MoneroBlock) | Decentralized and trustless Monero block explorer | 31312 | +| | [Monero Daemon](https://github.com/sethforprivacy/simple-monerod-docker) | Monero is a private, decentralized cryptocurrency that keeps your finances confidential and secure. | 18080 | +| | [Mongo Express](https://github.com/mongo-express/mongo-express) | Web-based MongoDB admin interface, written with Node.js and Express | 8087 | +| | [MongoDB](https://github.com/mongodb/mongo) | MongoDB is an open-source NoSQL database | 27017 | +| | [Monica](https://github.com/monicahq/monica) | A Personal Relationship Management tool to help you document your social life. | 3291 | +| | [Moodist](https://github.com/remvze/moodist) | Ambient sounds for focus and calm. | 8221 | +| | [Movary](https://github.com/leepeuker/movary) | Movary is a self-hosted web application to track and rate your watched movies. | 8155 | +| | [mStream Music](https://github.com/IrosTheBeggar/mStream) | The easiest music streaming server available | 8162 | +| | [Mylar3](https://github.com/mylar3/mylar3) | Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. | 8174 | +| | [n8n](https://github.com/n8n-io/n8n) | Workflow Automation Tool. Alternative to Zapier | 8215 | +| | [Navidrome](https://github.com/navidrome/navidrome/) | A selfhosted music server | 4533 | +| | [Netboot.xyz](https://github.com/netbootxyz/netboot.xyz) | Your favorite operating systems in one place. | 8675 | +| | [Netdata](https://github.com/netdata/netdata) | Open-source, real-time, performance and health monitoring. | 19999 | +| | [Nextcloud](https://github.com/nextcloud/server) | Productivity platform that keeps you in control | 8083 | +| | [NextGBA](https://github.com/meienberger/nextgba) | Gameboy in your browser | 8435 | +| | [Nginx](https://github.com/nginx/nginx) | Open-source simple and fast web server. | 8754 | +| | [Nitter](https://github.com/zedeus/nitter) | Twitter without annoyances! | 8106 | +| | [NocoDB](https://github.com/nocodb/nocodb) | Open Source Airtable Alternative | 8146 | +| | [Node-RED](https://github.com/node-red/node-red) | Low-code programming for event-driven applications | 8111 | +| | [Notemark](https://github.com/enchant97/note-mark/) | Lighting fast web-based Markdown notes app. | 8567 | +| | [Ntfy](https://github.com/binwiederhier/ntfy) | Ntfy, a simple server for sending and receiving notification messages. | 8166 | +| | [Obsidian LiveSync](https://github.com/vrtmrz/self-hosted-livesync-server) | LiveSync couchdb backend for Obsidian | 5984 | +| | [Octobot](https://github.com/Drakkar-Software/OctoBot) | Octobot is a powerful open-source cryptocurrency trading robot. | 8825 | +| | [Odoo](https://github.com/odoo/odoo) | Open-source business management software with modular applications for streamlined operations. | 8017 | +| | [OneDev](https://code.onedev.io/onedev/server) | Self-hosted Git Server with Kanban and CI/CD | 6610 | +| | [openbooks](https://github.com/evan-buss/openbooks) | Search and Download eBooks | 8152 | +| | [Outline](https://github.com/outline/outline) | A home for all your docs | 8404 | +| | [Overseerr](https://github.com/sct/overseerr) | Request management and media discovery tool for the Plex ecosystem | 8116 | +| | [Owncast](https://github.com/owncast/owncast) | Take control over your live stream video by running it yourself. Streaming + chat out of the box. | 8198 | +| | [Owncloud](https://github.com/owncloud/core) | A personal cloud which runs on your own server. | 8151 | +| | [PairDrop](https://github.com/schlagmichdoch/PairDrop) | Local file sharing in your browser. Inspired by Apple's AirDrop | 8182 | +| | [Paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) | Document Management System (DMS) | 8012 | +| | [Penpot](https://github.com/penpot/penpot) | Open-Source design & prototyping platform. | 8645 | +| | [Peppermint](https://github.com/Peppermint-Lab/peppermint) | An open source ticket management & help desk solution. | 8216 | +| | [PhotoPrism](https://github.com/photoprism/photoprism) | AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy. | 8110 | +| | [Pi-hole](https://github.com/pi-hole/pi-hole) | A black hole for Internet advertisements | 8081 | +| | [Pinchflat](https://github.com/kieraneglin/pinchflat) | Your next YouTube media manager | 8945 | +| | [Planka](https://github.com/plankanban/planka) | Free open source kanban board for workgroups. | 8016 | +| | [Planning Poker](https://github.com/axeleroy/self-host-planning-poker) | Online planning poker for scrum master. | 8880 | +| | [Plausible](https://github.com/plausible/analytics) | Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics. | 8190 | +| | [Plex](https://github.com/plexinc/pms-docker) | Stream Movies & TV Shows | 32400 | +| | [PodFetch](https://github.com/SamTV12345/PodFetch) | A sleek and efficient podcast downloader. | 8177 | +| | [Portainer](https://github.com/portainer/portainer) | Making Docker and Kubernetes management easy. | 9443 | +| | [Postfix Mail Relay](https://github.com/shamil/docker-postfix-relay) | Simple SMTP relay for environments where you may have private servers with no Internet connection. | 2525 | +| | [PrivateBin](https://github.com/PrivateBin/PrivateBin) | A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. | 8122 | +| | [Prowlarr](https://github.com/Prowlarr/Prowlarr/) | A torrent/usenet indexer manager/proxy | 8109 | +| | [ProxiTok](https://github.com/pablouser1/ProxiTok) | Open source alternative frontend for TikTok made using PHP | 8118 | +| | [qBittorrent](https://github.com/qbittorrent/qBittorrent) | Fast, easy, and free BitTorrent client | 8133 | +| | [qDirStat](https://github.com/linuxserver/docker-qdirstat) | A graphical disk usage analyzer | 7125 | +| | [Radarr](https://github.com/Radarr/Radarr) | Movie collection manager for Usenet and BitTorrent users. | 8088 | +| | [Rallly](https://github.com/lukevella/rallly) | Scheduling and collaboration tool | 8208 | +| | [Readarr](https://github.com/Readarr/Readarr) | Book Manager and Automation (Sonarr for Ebooks) | 8112 | +| | [Recyclarr](https://github.com/recyclarr/recyclarr) | Sync TRaSH Guides. | 1111 | +| | [Resilio](https://github.com/bt-sync) | Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology | 8113 | +| | [Revolt Chat](https://github.com/revoltchat) | Open source user-first chat platform. | 8272 | +| | [RomM](https://github.com/zurdi15/romm) | RomM (Rom Manager) is a web based retro roms manager integrated with IGDB. | 8178 | +| | [RSS](https://github.com/ssddanbrown/rss) | A simple, opinionated, RSS feed aggregator. | 8141 | +| | [RSSHub](https://github.com/DIYgod/RSSHub) | Everything is RSSible with RSSHub | 8223 | +| | [Ryot](https://github.com/IgnisDa/ryot) | Roll your own tracker! | 8206 | +| | [SABnzbd](https://github.com/sabnzbd/sabnzbd) | Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can | 8168 | +| | [Scrypted](https://github.com/koush/scrypted) | High performance home video integration and automation platform | 10443 | +| | [SearXNG](https://github.com/searxng/searxng) | Privacy-respecting, hackable metasearch engine | 8127 | +| | [SeedSync](https://github.com/ipsingh06/seedsync) | SeedSync is a tool to sync the files on a remote Linux server. | 8800 | +| | [Send](https://gitlab.com/timvisee/send) | Simple, private file sharing. https://send.vis.ee/ | 8126 | +| | [Serge](https://github.com/serge-chat/serge) | LLaMA made easy | 8008 | +| | [SFTPGo](https://github.com/drakkan/sftpgo) | Fully featured and highly configurable SFTP server | 8002 | +| | [Shlink](https://github.com/shlinkio/shlink) | Shlink is a self-hosted URL shortener | 8207 | +| | [Silverbullet](https://github.com/silverbulletmd/silverbullet) | SilverBullet is a creative space where you collect, create and expand your personal knowledge, while also letting you constantly evolve the tools you use to do so. | 8214 | +| | [SimpleX SMP](https://github.com/simplex-chat/simplexmq) | A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks. | 5223 | +| | [SLSKD](https://github.com/slskd/slskd) | P2P downloads | 5030 | +| | [Sonarr](https://github.com/Sonarr/Sonarr) | TV show manager for Usenet and BitTorrent | 8098 | +| | [Speedtest Tracker](https://github.com/alexjustesen/speedtest-tracker) | Internet performance tracking application. | 8211 | +| | [Spoolman](https://github.com/Donkie/Spoolman) | Keep track of your inventory of 3D-printer filament spools | 7912 | +| | [Sshwifty](https://github.com/nirui/sshwifty) | Web SSH & Telnet (WebSSH & WebTelnet client) | 8274 | +| | [Stalwart Mail](https://github.com/stalwartlabs) | Open-source mail server solution with JMAP, IMAP4, and SMTP support | 8677 | +| | [Stirling-PDF](https://github.com/Frooodle/Stirling-PDF/) | Powerful locally hosted web based PDF manipulation tool. | 8234 | +| | [Syncthing](https://github.com/syncthing) | Peer-to-peer file synchronization between your devices | 8090 | +| | [Tailscale](https://github.com/tailscale/tailscale) | The easiest, most secure way to use WireGuard and 2FA. | 8093 | +| | [Tandoor](https://github.com/TandoorRecipes/recipes) | Recipe collection manager. | 8341 | +| | [Tasks.md](https://github.com/BaldissaraMatheus/Tasks.md) | A self-hosted, file based task management board. | 8157 | +| | [Tautulli](https://github.com/Tautulli/Tautulli) | Monitoring and tracking tool for Plex Media Server. | 8181 | +| | [Tooljet](https://github.com/ToolJet/ToolJet) | Alternative to retool to construct CRM dashboard | 9876 | +| | [Traefik Certs Dumper](https://github.com/kereis/traefik-certs-dumper) | Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json. | 9999 | +| | [Transmission (VPN)](https://github.com/haugene/docker-transmission-openvpn) | BitTorrent client with VPN support. | 9091 | +| | [Transmission](https://github.com/transmission/transmission) | Fast, easy, and free BitTorrent client | 8089 | +| | [Trilium](https://github.com/zadam/trilium) | An open-source, self-hosted Notion alterative | 8267 | +| | [Tube Archivist](https://github.com/tubearchivist/tubearchivist) | Your self-hosted YouTube media server | 8120 | +| | [Umami](https://github.com/umami-software/umami) | Umami is a simple, fast, privacy-focused alternative to Google Analytics. | 8147 | +| | [Unmanic](https://github.com/Unmanic/unmanic) | Unmanic - Library Optimiser. | 8256 | +| | [Uptime Kuma](https://github.com/louislam/uptime-kuma) | A fancy self-hosted monitoring tool. | 8125 | +| | [VaultWarden](https://github.com/dani-garcia/vaultwarden) | All your passwords in your control! | 8107 | +| | [ViewTube](https://github.com/ViewTube/viewtube) | The open source, privacy-conscious way to enjoy your favorite YouTube content. | 8180 | +| | [Vikunja](https://kolaente.dev/vikunja) | The Todo-app to organize your life. | 8135 | +| | [Wallos](https://github.com/ellite/Wallos) | Open-Source Personal Subscription Tracker | 8222 | +| | [Wekan](https://github.com/wekan/wekan) | Open-Source, customizable, and privacy-focused kanban | 8678 | +| | [Wireguard](https://github.com/WeeJeWel/wg-easy/) | VPN server for your homeserver | 8082 | +| | [Whisparr](https://github.com/Whisparr/Whisparr) | Adult movie collection manager. | 6969 | +| | [Whoogle Search](https://github.com/benbusby/whoogle-search) | A self-hosted, ad-free, privacy-respecting metasearch engine. | 8255 | +| | [WikiJS](https://github.com/requarks/wiki) | A modern and powerful wiki app built on Node.js | 8148 | +| | [Windows](https://github.com/dockur/windows/) | Full windows vm in your browser | 8006 | +| | [Wizarr](https://github.com/Wizarrrr/wizarr) | Wizarr is an automatic user invitation system for Plex and Jellyfin. | 5690 | +| | [WordPress](https://github.com/WordPress/WordPress) | Popular CMS for websites and blogs | 8213 | +| | [Your Spotify](https://github.com/Yooooomi/your_spotify) | Self hosted Spotify tracking dashboard. | 8103 | +| | [ZeroTier](https://github.com/zerotier/ZeroTierOne) | Easy to use zero configuration VPN. | 9993 | +| | [Zigbee2MQTT](https://github.com/Koenkk/zigbee2mqtt) | Zigbee to MQTT bridge | 8290 | +| | [Zipline](https://github.com/diced/zipline) | A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! | 8139 | ## How to sumbit an app diff --git a/templates/README.md b/templates/README.md index 12e55ff8..a97e4401 100644 --- a/templates/README.md +++ b/templates/README.md @@ -4,6 +4,8 @@ This is the official repository for the Tipi App Store. It contains all the apps ## Apps available +| Icon | Name | Description | Port | +| ---- | ---- | ----------- | ---- | ## How to sumbit an app