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
  • 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
nottheendN

nottheend

@nottheend
About
Posts
81
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • paperless-gpt on Cloudron - AI-powered Document Tagging for Paperless-ngx
    nottheendN nottheend

    Main Page: https://github.com/icereed/paperless-gpt
    Git: https://github.com/icereed/paperless-gpt
    Licence: MIT
    Docker: Yes
    Demo: demo.mp4 on github-Page

    Summary:
    paperless-gpt seamlessly pairs with paperless-ngx to automatically generate AI-powered document titles, tags, and correspondents. It leverages powerful LLMs (OpenAI or Ollama) to supercharge OCR accuracy, making even low-quality scans searchable and organized. It supports multiple OCR backends including Google Document AI, Azure Document Intelligence, and a self-hosted Docling server. Integrated into a simple web UI, it offers both automated and manual review modes.

    Notes: enhance to post-processing of invoices or receipts

    • Saves hours of manual sorting and naming
    • Open-source and highly customizable
    • Perfect for users already running paperless-ngx
    • Uses LLMs for OCR, which can be heavy on compute/GPU resources

    Would be an amazing productivity boost if easily deployable via Cloudron alongside paperless-ngx

    Alternative to / Libhunt link: https://selfhosted.libhunt.com/paperless-gpt
    Screenshots: -

    App Wishlist gpt ocr tagging paperless

  • Nominatim (self hosted geocoding)
    nottheendN nottheend
    • Main Page: https://nominatim.org/
    • Git: https://github.com/osm-search/Nominatim
    • Licence: The Python source code is available under a GPL license version 3 or later. The Lua configuration files for osm2pgsql are released under the Apache License, Version 2.0. All other files are under a GPLv2 license.
    • Docker: Yes https://github.com/mediagis/nominatim-docker
    • Demo: nominatim.openstreetmap.org

    • Summary: Open-source geocoding with OpenStreetMap data. Nominatim uses OpenStreetMap data to find locations on Earth by name and address (geocoding). It can also do the reverse, find an address for any location on the planet.
    App Wishlist api geolocation search geocoding

  • Journey.cloud - feature rich diary
    nottheendN nottheend

    https://journey.cloud offers a feature rich journalling esp. for personal experiences.

    There seem to be a Docker file already available:
    https://github.com/Journey-Cloud/self-hosted-boilerplate

    https://github.com/Journey-Cloud/self-hosted

    App Wishlist diary journaling

  • Syncing S3 Storage Backups with Cloudron Nextcloud?
    nottheendN nottheend

    Thanks! For now, rclone seems to be most promising.
    Syncthing doesn't fit my needs, because it has no S3 API, mentioning it for future reference.

    And btw, rclone GUI is on the wishlist.

    Nextcloud nextcloud backup external site storage volume

  • Video chat and conferencing options
    nottheendN nottheend

    Thanks! I was hesitant to use Nextcloud Talk initially since Cloudron is raising awareness about third party Nextcloud apps.

    Checking it, thanks everyone!

    Discuss

  • Restore of app fails: Out of memory
    nottheendN nottheend

    This topic can be marked as closed. I decided to buy an instance with more memory and it worked well.

    Support nextcloud recovery failure memory

  • Web Key Directory (WKD) well known path for public key
    nottheendN nottheend

    Distributing of PGP keys was painful or not effective. Web Key Directory (WKD) is solving this by providing the public key umder the actual domain.

    It is described in detail here:
    https://wiki.gnupg.org/WKD
    (Alternatively, there is also the Web Key Service)

    It would be nice if this could be added next to the other well-known location fields.

    For reference: there is already an instance of this wish in App list:
    https://forum.cloudron.io/post/23272

    However, I don't think a separate App is required.

    Thanks of this nice product, cloudron 👌

    Feature Requests

  • How to change the admin user (was: Unable to disable currencies)
    nottheendN nottheend

    @girish More update on this: I found a discussion how to change the Admin in the DB directly. Seems to be the solution with less pain.

    Role = 1 should to do the trick in the user table

    https://github.com/firefly-iii/firefly-iii/discussions/5295

    (Maybe the title of this thread is more about "How to change the admin user"🤔)

    Firefly III

  • Nextcloud seems to be stuck in restart loop after upgrading to Cloudron v8.0.3
    nottheendN nottheend

    I was able to solve the issue by stopping the nextcloud app and afterwards rebooting the Cloudron Server. After the Cloudron Server came up again, I waited for a grace period and started the Nextcloud App afterwards again.

    It should be mentioned that the reboot of the server took exceptionally long, more than 45 min. I didn't investigate the root cause.

    This topic can be marked as solved.

    Support

  • tarExtract pipeline error: Invalid tar header
    nottheendN nottheend

    Yes, I got the error mentioned before on a newly created backup without encryption. The tarball was around 13 GB.

    I was only able to restore backups older than 1 month for the nextcloud app. For all other 12+ apps restoring did work like a charme for the most recent backup (younger than 1 month).

    It gives me the impression that the CIFS with Hetzner Storagebox is a risky choice.
    Therefore, a hint in the docs might be saving some lives of other folks.

    I would like to offer 2 additional feedbacks beyond the CIFS issue and the docs:

    1. it seems to be not possible to use the decryption command line cloudron command with a password that includes special characters. I tried to escape with " but it didn't work. Probably sth to document. Maybe there is a way to escape after all.
    2. Is there any way to do backup validation? It is probably concerning to see successful backups while they are corrupt.

    And thanks a lot for the support @girish and @nebulon for pointing me in the right direction! I resolved it by choosing a different cloud provider and different storage protocol. I used S3 now. Backing up and restoring worked with encryption completely fine!
    Thank you!

    Support restore nextcloud header tar

  • tarExtract pipeline error: Invalid tar header
    nottheendN nottheend

    Hopefully it will not appear with any storage anymore when this is implemented:

    (9.0) Backup integrity - store size and checksum of backups. Also provide a way to "verify" backup integrity in the remote.
    

    Mentioned in
    what's coming in cloudron 9

    Support restore nextcloud header tar

  • Traccar Maps Tab: JSON Error After Recent Update?
    nottheendN nottheend

    Thank you for the response and test.
    I changed the identifier in the client and added it on the server. Also removed the device with the old identifier. The error is gone. Really surprising for me.

    Still having the issue that no device is showing. Tried few things, like changing the port, domain, and checked the firewall.

    For the sake of this threat, can be closed I guess, since it seems to be a conffig error.

    Traccar traccar json maps error

  • CPU Usage Graph with 400%
    nottheendN nottheend

    In my Cloudron instance, the CPU Usage graph is scaled up to 400%, although the actual value is ranging around 20%.

    Is there a way to configure it, e.g. with a max of 100%?

    Discuss cpu graph system info

  • Journey.cloud - feature rich diary
    nottheendN nottheend

    @timconsidine Got it. Should I close this thread until then?

    App Wishlist diary journaling

  • Restore of Cloudron on AWS from S3 Backup fails
    nottheendN nottheend

    Thank you for the fast answer!

    Okay, interesting. I just realized that the AWS Market Place image is still on version 7.2.4

    Is there any way to downgrade my current instance version?
    Or is it possible to upgrade Cloudron before configuring?
    Or does the Cloudron instance also update itself periodically without being configured?

    Your hint helped me to find the root cause, thanks

    Support backup aws restore

  • SendGrid is over, what to use instead?
    nottheendN nottheend

    It depends a bit who you are and what you are trying to achieve with it. For businesses, Mailjet might be an option. A validation of a business is required, but for very small sizes they offer a free plan.

    Discuss

  • Please search & upvote before opening a new topic
    nottheendN nottheend

    If an app is not ready yet, should I delete it from the wishlist? Just added journey.cloud to the list, but discovered they are still working on it

    App Wishlist

  • Restore of Cloudron on AWS from S3 Backup fails
    nottheendN nottheend

    @robi Thank you! I will try uprading the marketplace instance.

    Support backup aws restore

  • How to change the admin user (was: Unable to disable currencies)
    nottheendN nottheend

    @girish Thank you for the detailed and helpful answer! Indeed, it looks like https://github.com/firefly-iii/firefly-iii/issues/6150
    This is fixed in the version which is installed in my cloudron. It seems that I have deleted the user which I used for the first login in Firefly-III.

    So probably a solution would be to manually backup the apps data, reinstall firefly and impirt the data again. But somehow I would need to exclude the user.

    But I hope for a simpler solution. Hence I added a comment in the discussion section.

    https://github.com/orgs/firefly-iii/discussions/6145#discussioncomment-3945347

    Firefly III

  • Web Key Directory (WKD) well known path for public key
    nottheendN nottheend

    @girish Yes, Thunderbird supports WKD.

    From the Thunderbird FAQs it is explained like this:

    Currently, it will search for published keys using the WKD protocol, and it will search for keys in the keys.openpgp.org keyserver.

    Source:
    https://support.mozilla.org/en-US/kb/openpgp-thunderbird-howto-and-faq#w_how-do-i-get-the-public-keys-of-my-correspondents

    Slightly off-topic, but related:
    Provider posteo also offers to publish public Keys via wkd, as described in this FAQ:

    https://posteo.de/en/help/easygpg-how-do-i-publish-my-public-pgp-key-in-posteos-key-directory-via-web-key-directory-wkd

    Feature Requests
  • Login

  • Don't have an account? Register

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