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
neurokrishN

neurokrish

@neurokrish
About
Posts
78
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow
    neurokrishN neurokrish

    Any update on this? Cloudron lacks a proper personal photo-video management at the moment. Lychee does not do videos as far as I know. What are others using?

    App Wishlist

  • Multi Language OCR Support
    neurokrishN neurokrish

    @nebulon then may be a standard apt-get install for additional language packs is the way to go?

    May be we can install all OCR languages by default using sudo apt-get install tesseract-ocr-all as mentioned here. This way, the app has all languages installed by default and users can choose a specific language by modifying the PAPERLESS_OCR_LANGUAGE flag in paperless.conf.

    Paperless-ngx

  • PicApport - The self-hosting photo server with photo management
    neurokrishN neurokrish

    PicApport is a photo server with web gallery for your intranet, web space or home network that allows you to organize photos, videos, PDF's, and many other mediatypes in a central location. Share, tag photos fully automatically with the integrated AI, edit metadata and find your photos in no time thanks to the intelligent search functions, the world map and much more.

    https://www.picapport.de/en/index.php
    Download: https://www.picapport.de/en/photo-server-download.php
    Demo: https://en.onlinedemo.picapport.de/picapport

    App Wishlist

  • backup of pdf's in paperless-ng
    neurokrishN neurokrish

    @doodlemania2 thank you for sharing your experience. Since I started to add all personal documents, I wanted to be sure that things will work as intended. Love Cloudron, it's amazing!

    Paperless-ngx

  • "run rules" on already imported docs
    neurokrishN neurokrish

    @timconsidine I think you are looking for document retagger. I used this already and it works great!

    Paperless-ngx

  • YoutubeDL-Material
    neurokrishN neurokrish

    Currently we have AllTube in Cloudron. It will be nice if the videos get downloaded to the server itself and can be accessed directly using the web interface. So, I was wondering if there will be any interest in YoutubeDL-Material - https://github.com/Tzahi12345/YoutubeDL-Material .

    App Wishlist

  • PicApport - The self-hosting photo server with photo management
    neurokrishN neurokrish

    @Neiluj very valid points! +1 for Piwigo as well.

    I scoured through their documentation to see what is written about data privacy. They do say that no data is sent over in a couple of places and their intention is not to make money but provide a platform for private use, etc. The AI is also done on the device as far as I understand. You are right, I don't think the code itself is opensource though.

    This app is really feature rich. However, my first preference is Photoprism as well. May be others can add their views here...

    App Wishlist

  • Multi Language OCR Support
    neurokrishN neurokrish

    @nebulon great! @WiseMetalhead, can you confirm that the latest update solves your issue with OCR?

    Paperless-ngx

  • Block access to all IPs, but one + firewall admin problem
    neurokrishN neurokrish

    I have a similar request. Currently Cloudron allows only a block list (Blocked IPs & Ranges). Can we have an option to do the inverse? I mean, allow only what we want and block every other range? The use case is, for e.g. if I want my Cloudron to be accessed from only the country where I live. It will be easier to be able to add/remove countries vs. IP ranges (something like this will be super useful - https://support.sophos.com/support/s/article/KB-000034791?language=en_US)

    At the moment, since my instance is behind Cloudflare, I disallow traffic from all countries except mine in their firewall rules. Works OK this way too..

    Support networking firewall

  • PicApport - The self-hosting photo server with photo management
    neurokrishN neurokrish

    Given the current state/ incompatibility of Photoprism with Cloudron, I was wondering if there would be any interest in PicApport? Looks great with photo, video and other media support and mobile apps for access.

    App Wishlist

  • Firefox and app terminal - can't see anything!
    neurokrishN neurokrish

    @msbt thanks for the info. I searched for Firefox in the forum before opening a new issue but couldn't find this thread. Perhaps @girish can merge these threads while I try out what's mentioned in the post.

    Support webterminal firefox

  • Firefox and app terminal - can't see anything!
    neurokrishN neurokrish

    @girish thanks! That's indeed the fix..

    Support webterminal firefox

  • Joplin Server not Responding (2.6.12)
    neurokrishN neurokrish

    @luckow thanks. So, I am not sure what's happening on my instance then. I will roll back the current update, and update to the next version whenever it becomes available. Oh, I saw that automatic update thing in the app, should have probed further. I thought it disables updates for all apps.

    Joplin Server

  • Running management utilities (commands)
    neurokrishN neurokrish

    Sorry, had to run the command as python3. Mark this as resolved!

    Paperless-ngx

  • Joplin Server not Responding (2.6.12)
    neurokrishN neurokrish

    @fbartels @girish yes, just checked. This is a time drift issue. I looked at the changelog for Joplin server and they mention that there is a new feature to check for timedrift when the server starts. I added MAX_TIME_DRIFT=100 and the server started without any issues. Thank you everyone for help. Please close this issue!

    Joplin Server

  • Multi Language OCR Support
    neurokrishN neurokrish

    @wisemetalhead according to this, we can enable additional languages under PAPERLESS_OCR_LANGUAGE in OCR settings options. This can be found in the paperless.conf file when you click the file manager icon of the paperless-ng app's settings in Cloudron.

    Capture.PNG

    c258e287-d7cd-4d09-8572-edddc08fc76f-image.png

    Paperless-ngx

  • Multi Language OCR Support
    neurokrishN neurokrish

    @nebulon @WiseMetalhead there is some more information here. Looks like there are two options, PAPERLESS_OCR_LANGUAGES and PAPERLESS_OCR_LANGUAGE. The first one determines which packages to install and the second one, which to use. The first option is missing in the paperless.conf file. May be we can add this manually and restart the app?

    Paperless-ngx

  • Multi Language OCR Support
    neurokrishN neurokrish

    @wisemetalhead according to the docs, the PAPERLESS_OCR_LANGUAGES option should be configured in docker-compose.env and not in paperless.conf. Perhaps @nebulon can help here..

    Paperless-ngx

  • Export Documents and Config
    neurokrishN neurokrish

    Hello all, paperless-ng has a built in document exporter. You can simply export the config, database and all files and import to a new installation using their document importer. I am not sure as to how to get this running in the Cloudron paperless-ng instance. There is no export folder in the app. Can anyone help me figure this out?

    Thanks.

    Paperless-ngx

  • [Backups] Ability to add multiple storage provider/location
    neurokrishN neurokrish

    @robi great idea. +1 for m of n approach with minio!

    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