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