thanks to @timconsidine, we have facilmaps available on Cloudron, which is fantastic, but lets get our 70TB monster zoom maps going!
LoudLemur
Posts
-
OpenStreetMap on Cloudron -
Transitous - Public Transport Routinghttps://github.com/public-transport/transitous/
This project might be useful with some others Cloudron supports.
-
BTCpayserverWhat is the latest news on official support for BTCpayserver on Cloudron?
-
BookWyrm - an ActivityPub alternative to GoodReads@jdaviescoates made a great request here and very early in the BookWyrm's development. A lot has improved since then. Here is an ai generated summary. Lets support BookWyrm on Cloudron!
Bookwyrm Improvements: v0.0.1 to v0.8.0
Core Features
- Introduced user export and import functionality, with files now saved to
/exportsin local storage by default, and automatic deletion of import files post-completion. - Updated minimum Postgres version to 14 (17 preferred) and Django to 5.2 for enhanced core stability and compatibility.
- Added management command to merge works, improving data handling for book entries.
- Added dates to RSS feeds and sorted them by most recent first for better content delivery.
User Interface/UX
- Display "no rating" instead of blank stars for reviews without ratings, improving visual clarity.
- Use translated shelf names in notifications for shelving other editions, enhancing multilingual support.
- Retain subjects and authors in the new book form even if validation fails, reducing user frustration during input.
Social/Community Features
- Show all reports (not just open ones) when linked from user admin, aiding moderation.
- Fixed federation issues with GoToSocial and inconsistent KeyId in headers, improving interoperability.
Book Management
- Optimized get_audience function by fetching only IDs, streamlining book-related queries.
- Enabled merging of works via a new management command for cleaner book database management.
Performance/Optimization
- Optimized get_audience by only fetching IDs to reduce query overhead.
- Increased default file upload limit to 100MiB, configurable via
MAX_UPLOAD_MiBin.env.
Bug Fixes
- Fixed federation with GoToSocial and inconsistent KeyId in headers.
- Retained subjects and authors when new book form fails validation.
- Updated nginx config requirements, including new location blocks for static files and access restrictions to
/images/.
Security/Privacy
- Included important security fixes in v0.8.0, with warnings to manually delete publicly available user export files (
.gz) fromimagesdirectories and S3 storage. - Changed default
DEBUGtofalsefor production security; assumed HTTPS unlessDOMAIN=localhost. - Added optional S3 support for export files via new env variables like
USE_S3_FOR_EXPORTS=true, with separate credentials for isolation. - Deprecated
USE_HTTPSand enforced HTTPS in production to prevent HTTP URLs in user/object IDs. - Added nginx config to block access to non-image files in
/images/with 403 responses.
Documentation/Setup
- Introduced
NGINX_SETUPenv variable (values:reverse-proxyorhttps, defaults tohttps) for better proxy and dev environment handling. - Updated default
PORTto 443 (or 80 for localhost) if unset, differing from previous 1333 default. - Provided detailed upgrade instructions for all environments, including Docker steps like
docker compose down, database version upgrade to Postgres 17, and rebuilding with Django 5.2. - Required manual nginx config updates in v0.7.2 for static file handling and security blocks.
Other
- Enabled optional S3 storage for exports with new env variables like
EXPORTS_S3_CUSTOM_DOMAINandEXPORTS_STORAGE_BUCKET_NAME. - Encouraged deletion of legacy export files in S3, especially for Backblaze (B2) or Cloudflare (R2) due to potential unsecured buckets.
- Introduced user export and import functionality, with files now saved to
-
Ladybird - a new, independent web-browserIt doesn't use code from any of the existing web-browsers.
-
Travel Dashboard on Cloudron - Live UK train and tube status dashboardI tried creating the above post using AI. The formatting wasn't beautiful, so I retried with AI, asking it to improve the formatting. It didn't get much better.
I shall tidy it up later but am leaving it here for a while so you can see how it looks.
-
Travel Dashboard on Cloudron - Live UK train and tube status dashboardMain Page: https://github.com/HenryPenton/train_dashboard
*- Git: https://github.com/HenryPenton/train_dashboard
- Licence: MIT
- Dockerfile: Yes (pre-built Docker images available)
- Demo: N/A
-
- Summary: A full-stack application for live train and tube status updates, route planning, and departure information. Built with Next.js for the frontend and FastAPI for the backend, it integrates with Transport for London (TFL) and Real Time Trains APIs to provide real-time data.
-
- Notes: I like this app because it provides a self-hosted, customizable dashboard for monitoring UK public transport, ideal for commuters or enthusiasts who want to avoid proprietary apps. The retro-inspired UI is a nice touch, and it's responsive for use on various devices. Concerns include it being under heavy development, potential bugs, and the need for API credentials from Real Time Trains for full functionality.
-
- Alternative to / Libhunt link: No direct self-hosted alternatives found, but related transportation projects at https://www.libhunt.com/topic/transportation (e.g., https://selfhosted.libhunt.com/trs-alternatives for CLI timetables)
- Screenshots:

:

-
Google is flagging Immich sites as dangerous -
qdrant - open-source vector database written in Rust - alternative to Pinecone@marcusquinn made a great application request here. The Qdrant project has become increasingly useful for AI and a lot has happened since the initial request to make the project even better. Here is an ai generated summary:
Summary of New Features and Improvements in Qdrant from v1.1.0 to v1.15.5
Based on the changelog from this GitHub comparison, here's a categorized breakdown of the major updates. Early versions (1.1–1.2) laid the foundation with vector search and HNSW indexing, while later releases added scalability, hybrid search, and performance tweaks. This evolved Qdrant into a robust vector database for AI applications.
Vector Search and AI Features
- Hybrid Search Support: Introduced sparse vectors alongside dense ones (e.g., BM25/TF-IDF generalization for keyword matching in transformer models, starting ~1.3–1.4).
- Recommendation Strategies: New options like
sum_scoresfor relevance feedback and server-side score boosting with custom formulas (v1.14.x). - Local BM25 Inference: Added built-in BM25 scoring (v1.15.x), cutting reliance on external models for text ranking.
Performance and Optimization
- HNSW Graph Improvements: Incremental building on segment merges (v1.14.x), parallel batch searches, and memory optimizations.
- Memory/Disk Management: Better disk cache eviction (v1.14.x), adjustable log buffers, and vector quantization reducing RAM usage by ~97% (since ~1.3).
- SIMD Acceleration: x86-64 and Neon support for faster vector computations (ongoing from ~1.5).
- Async I/O and WAL: Write-ahead logging for data durability and io_uring for max NAS throughput (major in 1.5–1.10).
Storage, Sharding, and Scalability
- Distributed Deployment: Full horizontal scaling with sharding/replication and zero-downtime updates (matured in 1.10–1.15).
- Mutable Map Index: Boosted performance for full-text, integer, and other indexes (v1.15.x).
- On-Disk Storage: Dynamic on-disk vectors with cache controls (replaced deprecated
mmap_thresholdin 1.15.x). - Resharding/Recovery: Improved shard recovery against crashes and aborted resharding for dead replicas (v1.14.x).
Security and Access Control
- JWT/Payload Filters: JWT for read-only access and payload-based filters (deprecated in 1.15; now collection-level ACLs).
- Access Controls: Shift to secure, collection-based permissions (recommended since 1.15).
Web UI and User Experience
- Enhancements: Query auto-completion (v1.14.x) and shard distribution in cluster views (v1.15.x). Debian packages now include web UI (v1.15.x).
Payload and Filtering
- Advanced Filtering: JSON payloads, keyword/full-text matching, numerical/geo ranges, and complex conditions (e.g.,
should,must,must_not). Optimized query planning with payload indexes (steady improvements since ~1.2).
Bug Fixes and Consistency
- Key fixes: Delayed flush wrappers prevent lost index updates (1.14.x); storage issues for nulls/booleans deferred until flush (1.15.x); linear decay range bounds corrections (1.15.x).
- Others: Scroll locks, segment mods, date-time errors in formulas, and corrupt point eviction (across 1.14–1.15).
Deprecations and Removals
- Removed
init_fromfor consistency (use migrations/snapshots; 1.15.x). - Deprecated
max_optimization_threads(1.15.x), Lock API, and payload-based JWT filters. - Deprecated
mmap_thresholdin favor ofon_disk(1.15.x).
Overall, Qdrant went from basic vector search to an enterprise-grade tool emphasizing hybrid search, reliability, and AI integration. Full details in the GitHub link. Let me know if you want more on a specific version or category!
-
Cobalt on Cloudron - save anything from your favorite websites: video, audio, photos or gifs. just paste the link and you’re ready to rock!- Main Page: https://cobalt.tools/
- Git: https://github.com/imputnet/cobalt
- Licence: AGPL v3.0
- Dockerfile: Install: Use cobalt.tools online; or docker run -p 3501:3501 cobalt/cobalt for self-host.
- ? https://github.com/imputnet/cobalt/issues/722
- Demo: https://cobalt.tools/
- Summary: Download videos and watch them offline instead of viewing them on proprietary platforms.
- Notes: large development effort, it works and does so across several platfroms. Docker support might be tricky
- Alternative to / Libhunt link: eg invidious, yt-dlg, yt-dlp, https://tartube.sourceforge.io/ https://www.libhunt.com/r/cobalt
- Screenshots:


-
Sync updated to v2@nebulon Thanks, we ran into this issue, too. What is it in Cloudron 9 that immich requires?
-
LiteLLM on Cloudron: Simplify model access, spend tracking and fallbacks across 100+ LLMs@marcusquinn Thanks for that. Looks like my post is a duplicate of:
https://forum.cloudron.io/topic/13141/litellm-openrouter-self-hosted-alternative-proxy-provides-access-to-openai-bedrock-anthropic-gemini-etc?_=1759700788590(I posted 3 apps, checked the first one, and then forgot to check if the other two had already been requested!)
@girish What is the procedure to merge this dupe with @jagan 's earlier request here?
I can see the topic tools, merge option, but it is a bit confusing on how to paste/include jagan's thread.
-
Silly Tavern on Cloudron: LLM Frontend for Power Users@timconsidine SillyTavern is good for multi-modal integration, like text-to-speech, speech-to-text, image generation and for making sustaining context a bit easier for drama/RPGs.
Since you are curious, some of the other app requests I recently made are there so that cloudron would support some of the tools most frequently used by ai, according to OpenRouter statistics.
Here is how ai (GPT5) explains it:
Short answer: SillyTavern and LibreChat target different use cases. Having LibreChat doesn’t make SillyTavern redundant.
Why someone would pick SillyTavern
Character/roleplay first: Built-in support for character cards, group chats/party mode, world info/lorebooks, long-form memory and style presets tailored for RP and creative writing.
Strong local-LLM focus: Connects directly to many non–OpenAI-compatible backends (e.g., KoboldCpp, text-generation-webui, llama.cpp) as well as OpenAI/Anthropic/Ollama/OpenRouter. Great for people running purely local models.
Immersive extras: Optional “SillyTavern-Extras” for TTS/STT, translation, and image generation integrations for story/RP flows.
Lightweight and personal: Mostly a client/front-end; simple to run, low overhead, well-suited to single-user creative use.Where LibreChat shines
General-purpose, ChatGPT-like UX: Good for Q&A, productivity, and teams.
Multi-user and org features: Auth, sharing, and workspace-style flows.
Standards-based backends: Primarily OpenAI-compatible APIs (also works with Ollama and other compatible gateways).
Tools/RAG/file workflows: Better fit for business/knowledge tasks and agents. -
NewAPI on Cloudron: Next-Gen LLM Gateway & AI Asset Platform- Main Page: https://www.newapi.ai/en/
- Git: https://github.com/QuantumNous/new-api
- Licence: Apache 2 / Dual-Use https://github.com/QuantumNous/new-api?tab=License-1-ov-file#readme
- Dockerfile: Yes https://github.com/QuantumNous/new-api/blob/main/Dockerfile
- Demo: link
- Summary: next-generation large model gateway and AI asset management system, based on One API for secondary development. The project aims to provide a unified interface for managing and using various AI model services, including but not limited to OpenAI, Anthropic, Midjourney, and more.
- Notes: why you like it/concerns
- Alternative to / Libhunt link: e.g. https://selfhosted.libhunt.com/umap-alternatives
- Screenshots: images, brand logo

-
LiteLLM on Cloudron: Simplify model access, spend tracking and fallbacks across 100+ LLMs- Main Page: https://www.litellm.ai/
- Git: https://github.com/BerriAI/litellm
- Licence: MIT? https://github.com/BerriAI/litellm?tab=License-1-ov-file#readme
- Dockerfile: Yes https://github.com/QuantumNous/new-api/blob/main/Dockerfile
- Demo: Youtube video on main page
- Summary:
- Call 100+ LLMs using the OpenAI Input/Output Format
- Translate inputs to provider's completion, embedding, and image_generation endpoints
- (Consistent output, text responses will always be available at ['choices'][0]['message']['content']
- Retry/fallback logic across multiple deployments (e.g. Azure/OpenAI) - Router
- Track spend & set budgets per project LiteLLM Proxy Server
- Notes: Supported LLM providers:
https://docs.litellm.ai/docs/providers
-
Alternative to / Libhunt link: OpenRouter
https://alternativeto.net/software/litellm/ -
Screenshots: images, brand logo

-
Silly Tavern on Cloudron: LLM Frontend for Power Users- Main Page: https://sillytavern.app/
- Git: https://github.com/SillyTavern/SillyTavern
- Licence: AGPL-3.0 license
- Dockerfile: Yes https://github.com/SillyTavern/SillyTavern/blob/release/Dockerfile
- Demo:
- Summary: locally installed user interface that allows you to interact with text generation LLMs, image generation engines, and TTS voice models. Our goal is to empower users with as much utility and control over their LLM prompts as possible, embracing the steep learning curve as part of the fun.
- Notes: Multi-modal ai support
https://docs.sillytavern.app/
- Alternative to / Libhunt link: https://www.libhunt.com/r/SillyTavern
- Screenshots: images, brand logo

-
Foundry Virtual Tabletop@BrutalBirdie I still can't understand why Foundry isn't officially supported on Cloudron yet.
-
AppFlowyThis far-sighted request for App Flowy was made by @marcusquinn years ago and there has been tons of development made since then. Lets try and support AppFlowy on Cloudron:
https://github.com/AppFlowy-IO/AppFlowy/compare/0.0.1...0.10.0
via Arya ai:
Since its release, AppFlowy has strategically positioned itself as a powerful, open-source alternative to Notion, appealing to a specific and growing segment of users.
Primary Reasons for Choosing AppFlowy Over Notion
-
Data Ownership and Privacy: This is AppFlowy’s strongest selling point. Unlike Notion, which stores all user data on its own servers, AppFlowy is self-hostable. Users can choose to run it entirely locally on their machine or on their own private server. This means you truly own your data, a critical factor for businesses handling sensitive information, developers, and privacy-conscious individuals who are wary of vendor lock-in and third-party data access.
-
Open-Source Nature: Being open-source (licensed under AGPLv3 and a commercial license) provides transparency, community-driven development, and freedom from the feature roadmap of a single corporation. Developers can audit the code for security, contribute to its development, and create custom extensions. This fosters a level of trust and flexibility that closed-source SaaS platforms like Notion cannot offer.
-
Offline-First Functionality: AppFlowy is designed from the ground up to work seamlessly offline. All changes are saved locally instantly and synced to the cloud only when you configure it to do so. This provides a faster, more reliable user experience without the constant latency of web requests, a common frustration with Notion’s web-based architecture.
-
Customization and Extensibility: The open-source model allows for deep customization. Users are not limited to the templates and blocks Notion provides. The community can (and has) built custom plugins, widgets, and integrations tailored to highly specific workflows, something that would require official support within Notion’s walled garden.
Key Advances and New Features (Post-November 2021)
Since its initial launch, AppFlowy has evolved from a promising prototype into a robust productivity platform. Its main advancements include:
- Robust Self-Hosting & Sync: The development of AppFlowy Cloud (as an optional service) and the ability to self-host a sync server using Docker. This provides a flexible sync solution that mimics Notion’s convenience but on infrastructure you control.
- Expanded Database & View Capabilities: Steady implementation of core database features, including multiple view types (Kanban, Calendar, Grid), advanced filtering and sorting, and formula support, bringing it closer to parity with Notion’s powerful database functionalities.
- Plugin System & AI Integration: A major leap forward has been the development of an API and plugin system. This has allowed for the integration of AI tools, most notably through official and community-made plugins. Users can now leverage AI (like OpenAI’s models) directly within their AppFlowy workspace to generate content, summarize text, and more, all while keeping their data private if self-hosted.
- Mobile Applications: The release of increasingly stable and feature-rich iOS and Android applications, which was a critical gap in its early days. This has made it a truly multi-platform contender.
- User Interface Refinements: Continuous UI/UX improvements, including a more polished design, slash commands, block-based editing, and customizable layouts, making it not just a powerful tool but also a pleasant one to use daily.
-
-
pretalx - From Call for Papers to schedule – build your conference! -
spliit@timconsidine Maybe this might be a good app for you to add?
Hi,
I forked the Spliit GitHub project and with very little configuration, I got it up and running :CloudronManifest.json{ "id": "spliit.cloudron", "title": "Spliit", "author": "spliit-app", "version": "1.0.0", "httpPort": 3000, "addons": { "postgresql": {} }, "manifestVersion": 2 }diff --git a/scripts/container-entrypoint.sh b/scripts/container-entrypoint.sh index f6b0572..3a20463 100755 --- a/scripts/container-entrypoint.sh +++ b/scripts/container-entrypoint.sh @@ -2,5 +2,8 @@ set -euxo pipefail +export POSTGRES_PRISMA_URL=${CLOUDRON_POSTGRESQL_URL} +export POSTGRES_URL_NON_POOLING=${CLOUDRON_POSTGRESQL_URL} npx prisma migrate deploy exec npm run startdocker build Dockerfile -t docker-registry.*******/spliit docker push docker-registry.*******/spliit cloudron install --image docker-registry.*******/spliitThe only hiccup is the health check with a documented bug. The app needs to be called with an
Accept-Languageheader, but Cloudron manifest cannot specify headers to my knowledge. So I can't enable the healthcheck.
https://github.com/spliit-app/spliit/issues/221Enjoy

