Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
M

mononym

@mononym
About
Posts
120
Topics
35
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 3.5.0 Update
    M mononym

    @girish Thanks. πŸ™‚ Looking forward. Would it be possible to include my little request with the update ? c.f. https://forum.cloudron.io/post/111958

    Discourse

  • Link (emoji) assets to app/data
    M mononym

    Hello. I would like to incude the following emoji set in my Discourse instance: https://mutant.tech/ (or more: twemoji | openmoji). And remove the existing ones as well.

    There's a folder which holds the included emoji sets at app/code/public/images/emoji/. Is it possible to link this folder to an emoji folder under app/data/ in order to add custom sets ?

    Is that even possible without a change in the Discourse package ?

    Thx

    Discourse

  • LAUTI - Open Source Community Calendar for events, groups and places
    M mononym
    • Main Page: https://lauti.org/
    • Git: https://codeberg.org/Klasse-Methode/lauti
    • Licence: AGPL
    • Docker: Yes - https://codeberg.org/Klasse-Methode/lauti/src/branch/main/DEPLOYMENT.md#deploy-with-docker
    • Demo: https://eintopf.info/

    • Summary: LAUTI is a calendar software where one can publish events, groups and places. It is intended for use in cities or areas. It features a public event list, a group list, a place list, all available as RSS and ICAL feeds. Adding events, groups and places is only granted to registered organizations or individuals. Invitation links can be easily generated. Admins can create own highly customizable frontends/themes based on go templates, markdown files, css and javascript in the admin area. The admin area features a basic messaging system, user management, tags and management of event categories and topics. LAUTI also provides a public Rest API and runs as progressive web app.

    • Notes: After nearly 4 years of development for eintopf.info, LAUTI release v1.0 was shipped on 1.May 2025. To make LAUTI appealing to a broader audience, we included a theming module and multi-language support.

    • Alternative to: Open Web Calendar
    App Wishlist

  • Discourse Plugin Compability?
    M mononym

    Hi @james

    Do you suggest uninstalling all manually added plugins which will be bundled in the coming Discourse v3.5 ? To do so, I guess one has to delete the repo and rebuild the app ?

    Discourse

  • Kan.bn - The open source alternative to Trello
    M mononym

    Hi @hjball Nice to see you on the forum ! I did not package an app myself yet but I'm sure one off the staff members (@girish @nebulon @joseph @james) can answer all questions in that regard.

    App Wishlist

  • Kalmia - documentation CMS
    M mononym

    @jdaviescoates

    In the end I settled on a DokuWiki with the minimal template. It is sleek and does the job. A documentation CMS would still lower the entry level though.

    App Wishlist

  • Azimutt - Seamless exploration for large & complex databases
    M mononym

    Maybe this account of packaging for coolify brings us a step closer: https://anthonyly.dev/docs/dev/coolify/add-coolify-service/

    App Wishlist

  • List of apps working with LAMP ?
    M mononym

    The Atheos IDE works perfectly as well. Basically one has only to unszip the repo into app/data/public/

    wget https://github.com/Atheos/Atheos/archive/refs/tags/v601.tar.gz
    tar -xvzf v601.tar.gz 
    mv Atheos-601/* public/
    rm -r Atheos-601
    chown -R www-data:www-data public/*
    
    Discuss

  • List of apps working with LAMP ?
    M mononym

    I wanna give a try to https://radicle.xyz p2p git protocol and I managed to install the radicle-explorer. But that was actually the easy part ^^
    Preamble: install a LAMP server and put the RAM GB up, otherwise Vite won't be able to build the site. Then, from the terminal move to the data folder

    cd ..
    cd data/
    

    & start the installation

    git clone https://rosa.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git radicle-explorer
    cd radicle-explorer/
    cd config/
    cp default.json local.json
    cd ..
    npm install
    VITE_RUNTIME_CONFIG=true npm run build
    cd ..
    cp radicle-explorer/build/* public/
    

    It's now up and running the online explorer of to the default radicle seeds: rosa.radicle.xyz; seed.radicle.xyz; iris.radicle.xyz

    Settings

    cp radicle-explorer/config/default.json public/config.json
    nano public/config.json
    
    Discuss

  • Azimutt - Seamless exploration for large & complex databases
    M mononym
    • Main Page: https://azimutt.app/
    • Git: https://github.com/azimuttapp/azimutt
    • Licence: MIT
    • Docker: Yes - https://github.com/azimuttapp/azimutt/blob/main/INSTALL.md
    • Demo: https://azimutt.app/gallery

    • Summary: Azimutt goal is to be your ultimate tool to understand your database. You can load any public SQL file in Azimutt with just an url parameter.

    • Notes: I began looking into Django apps and need to get my head around SQL.

    • Alternative to link: https://alternativeto.net/software/azimutt/?platform=self-hosted

    28df8ce8-ae19-47b4-ae70-b166cb7a4a74-image.png

    App Wishlist

  • List of apps working with LAMP ?
    M mononym

    Hello. Does it make sense to put together a list of apps which can be installed with the LAMP app; maybe in combination with a link to the setup instructions ?

    I managed to get these working once:

    • Berta CMS
    • Automad CMS
    Discuss

  • Kalmia - documentation CMS
    M mononym

    @jdaviescoates The two setups which come close are Grav with the learn2 theme and MediaWiki eventually with the VisualEditor extension. Maybe Ghost can be on the list as well.

    App Wishlist

  • Kalmia - documentation CMS
    M mononym
    • Main Page: https://kalmia.difuse.io/doc/index.html
    • Git: https://github.com/DifuseHQ/Kalmia
    • Licence: AGPL-3
    • Docker: No | Still in development
    • Demo: https://github.com/user-attachments/assets/19d7b3e3-0f8d-49b6-a8e1-b8885ceec467

    • Summary: Documentation CMS that combines the best of modern web technologies to provide an efficient documentation solution. Built with Go and utilizing Rust-based RsPress for rendering, Kalmia offers a seamless experience for creating, managing, and sharing your documentation.

    • Notes: Most docuementation systems have no backend (sphinx, mkdocs, ....). But when collaborating with non-techies, that's a significant barrier.

    • Alternative to link: https://alternativeto.net/software/kalmia/
    • Screenshots: images, brand logo
    App Wishlist

  • Changing entry point URLs
    M mononym

    Hi. I would like to remove the /wiki/ in my site's URL: https:example.com/wiki/some_page -> https://example.com/some_page

    I added two variables in app/data/LocalSettings.php:

    $wgArticlePath = '/$1';
    $wgScriptPath = '/';
    

    After a restart, the https:example.com landing page loads but without any CSS style. All other pages behind /wiki/ did not "move" and do not exist at the new URLs.

    On the mediawiki one step in the process is "Rename the installation directory of MediaWiki on your server from /wiki to /w [i.e. / in my case]." How can I do that ?


    EDIT: with $wgScriptPath = ''; the stylesheet is loaded.

    MediaWiki feature-request

  • File / directory ownership cannot be changed in file manager
    M mononym

    Here's a workaround via terminal: https://docs.cloudron.io/packaging/cheat-sheet/#file-ownership

    Support filemanager

  • Best privacy chat apps
    M mononym

    @jdaviescoates said in Best privacy chat apps:

    VC mentality? Signal is a non-profit.

    No hard feelings. When something is backed by the wealth of a top 100 US fortune then saying that it's a non-profit is like playing the violin to me. I don't doubt that it is a non-profit but it just sounds like branding or and opportunistic decision. Maybe I'm just sceptical. VC and philanthropy go hand in hand but it's a societal model that I don't endorse.

    One can of course focus on the tech and its promises. Then Signal clearly stands out compared to other products. But like the point about encryption, I disassociate "best" and "privacy" a little (topic title). I absolutely belive that
    no useful Signal data can be retrieved from the AWS and Azure server, but nevertheless every user indirectly funnels money to these two unethical (at minima) corporations.

    Once it's sufficiently private (a fundamental right), let's look at the broader picture as well. I see tech is a cultural product and the adjective "best" can be used in a holistic sense.

    Just wanted to give a heads up for Threema in that regard.
    Move slow and fix things ✌️

    Off-topic

  • Best privacy chat apps
    M mononym

    I never had WA and tried to profess matrix/element to friends and colleagues. Unfortunately, it was not reaching the expected standards as a messenger. I think matrix/elememt is still a great option for self hosting and in-house communication.

    I now tried out Threema and it's perfect: encryption, very reliable, minimal metadata and no data retention. And to distinguish it with Signal: no VC mentality, transparent buisness model and running on their own servers instead of the AWS etc. In other words, it is software as a πŸ‡¨πŸ‡­ craft (vs. network effect).

    The best in my opinion πŸ™‚

    P.S.: I think there are parts of Threema which could be self hosted.

    Off-topic

  • Kan.bn - The open source alternative to Trello
    M mononym

    A mobile and desktop app is under review on the roadmap.

    App Wishlist

  • Kan.bn - The open source alternative to Trello
    M mononym

    I don't know. I'm not using Wekan. At first I thought that's a more complete project management software with Gantt etc., but I seem wrong πŸ™‚

    App Wishlist

  • Kan.bn - The open source alternative to Trello
    M mononym
    • Main Page: https://kan.bn/
    • Git: https://github.com/kanbn/kan?tab=readme-ov-file#self-hosting-
    • Licence: AGPL-3.0
    • Docker: Yes

    • Summary: A powerful, flexible kanban app that helps you organise work, track progress, and deliver resultsβ€”all in one place.

    • Notes: One need, one tool πŸ™‚

    • Alternative to link: https://alternativeto.net/software/kan-bn/
    • Screenshot:

    ce4e3b1e-8c08-4040-8f34-dbf6da310683-hero-light.png

    App Wishlist
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search