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

Offical apps | Community apps | Demo | Docs | Install
S

stantropics

@stantropics
Unfollow Follow
About
Posts
64
Topics
9
Shares
0
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

  • Vikunja - The to-do app to organize your life.
    S stantropics
    App Wishlist

    I am currently working on packaging vikunja - however, my freetime doesn't allow me to spend too much time on it.
    I have pushed a "working" version to the cloudron git: https://git.cloudron.io/philkrylc/vikunja-app
    The basic configuration is done, postgres and redis are also configured and working. I cannot get mail to work, so those parts are commented out. Vikunja has no LDAP feature, so at the moment it comes with its own user management.

    As this is my first app I would call it a PoC - it is not even close to perfect. Please feel free to improve it so we can get Vikunja on cloudron. 🙂


  • Vikunja - The to-do app to organize your life.
    S stantropics
    App Wishlist

    Version 0.15.1 ist out and the package is up to date. 🚀

    https://git.cloudron.io/philkrylc/vikunja-app


  • Paperless-NGx released - Community driven version of Paperless-NG
    S stantropics
    Paperless-ngx

    They have released their first version 🙂 https://github.com/paperless-ngx/paperless-ngx/releases/tag/ngx-1.6.0
    Would be awesome to see an updated version of the app. 🙂


  • Vikunja - The to-do app to organize your life.
    S stantropics
    App Wishlist

    I finally solved the sendmail problem. After reporting it upstream I figured a fix with the developer. It is fixed in the latest master. For this reason, the package is setting up vikunja using the master tag - I can change this once the fix is part of the next release.


  • Vikunja - The to-do app to organize your life.
    S stantropics
    App Wishlist

    A bit late, but the package is updated to 0.16.0. 🙂
    https://git.cloudron.io/philkrylc/vikunja-app


  • Vikunja - The to-do app to organize your life.
    S stantropics
    App Wishlist

    @girish I am happy to finally see it in the app store! 😊


  • Vikunja - The to-do app to organize your life.
    S stantropics
    App Wishlist

    I have updated vikunja to 0.14.0
    https://git.cloudron.io/philkrylc/vikunja-app/
    I'm using it for several weeks now and it runs without problems. Vikunja itself is in a pretty early development stage and is constantly getting better.
    I cannot improve the package further, as I don't know how. Things that are missing:

    • tests
    • email is not working (and I have no idea why 😞 )
    • timezone setting should be set based on the location (currently it is Europe/Berlin)
      Maybe @girish, @nebulon or anybody else finds the time to polish the app so we can officially get it released. I'm also happy for any hint on how to solve the latest issues. 🙂

  • matrix / element user management
    S stantropics
    Matrix (Synapse/Element) usermanagement

    Hi @girish, thanks for getting back to this. I have indeed figured out how to make this work.

    1. Add a user as described before or use the synapse API:

    @stantropics said in matrix / element user management:

    /bin/matrix-synapse-register-user <path to homeserver.yaml> http://localhost:8008
    
    1. If you are having problems setting a password I figured out it is not a good idea to manipulate the database, instead use the synapse API.

    2. Until this point manually created users cannot login, you need to chage the config in homeserver.yaml as follows:

    password_config:
      enabled: true
      localdb_enabled: true
    

    localdb_enabled is false by default. Change it to true and manually added users can login.


  • Error importing documents
    S stantropics
    Paperless-ngx

    @girish Hey, thanks for getting back to this.
    I found a workaround: Using --use-filename-format will name the exported documents by their document ID.


  • matrix.org (communication)
    S stantropics
    App Wishlist

    First of all, thanks to everyone who has been working on the matrix app. I'm very happy to be able to run it on cloudron! 🙂 👍
    I have two questions/points that I would like to discuss and hope this is the right place:

    1. Setting up the root-domain for federation use.
      When installing matrix synapse it is necessary (at least for me) to set the root domain (example.com) as a redirect URL for matrix.example.com to make federation work. As far as I know only port 8448 is needed on the root-domain to make federation work. Using my workaround I am not able to use another app with the root domain (e.g. a website or any other service). Is there any way to avoid this?

    2. Making a user an administrator.
      Referring to the documentation (https://github.com/matrix-org/synapse/wiki) one command needs to be executed to make a user an admin - it manipulates the data in the postgresdb:
      UPDATE users SET admin = 1 WHERE name = '@foo:bar.com'
      What is the recommended way to perform this on Cloudron?

    Thanks a lot in advance.
    Stay healthy everyone!


  • Pixelfed, Federated Image Sharing
    S stantropics
    App Wishlist

    I solved issue number one today using those config parameters for AP:

    ## Activity Pub
    ACTIVITY_PUB=true
    AP_REMOTE_FOLLOW=true
    AP_INBOX=true
    AP_SHAREDINBOX=true
    AP_OUTBOX=true
    ATOM_FEEDS=true
    NODEINFO=true
    WEBFINGER=true
    

    Furthermore I got the information that in ordner to make federation work you need to follow a person from another instance and a person of this instance need to follow you so the other instance knows about yours.


  • Vikunja - The to-do app to organize your life.
    S stantropics
    App Wishlist

    @ctrl Thanks for letting us know. I am also using vikunja for month now and really like it. Of course, there are still a few bugs, but the project is pretty nice.


  • Feature request: Track Gitea/Gogs projects
    S stantropics
    Release Bell

    Hi everyone at cloudron,

    release bell is awesome - can we also get the possibility to track projects on gitea/gogs? That would be awesome. 🙂

    Thanks in advance.


  • PeerTube not starting
    S stantropics
    PeerTube

    @girish sure thing. Just wanted to let you know.


  • Pixelfed
    S stantropics
    Announcements pixelfed federation

    Looks like federation works here. Some people are following me, those should see some pictures.
    @doodlemania2 Let me know if I can help debugging.


  • Failed to backup: HTTP Code: SignatureDoesNotMatch
    S stantropics
    Support backups minio

    @girish After rebooting the machine it has been working for three continuous backups - I will report back if this changes. Thanks for your help.


  • Ability to schedule restart/reboots/updates
    S stantropics
    Discuss

    @nebulon I saw that my updates (last night) started somewhere around 11:30PM. We still need some of our tools at this time (e.g. matrix). Can we get an option to start the process later (like 03:00am in the morning)?


  • Vikunja - The to-do app to organize your life.
    S stantropics
    App Wishlist

    Just found it and it looks amazing. Would love to see it on Cloudron. 🙂


  • Paperless - indexing and archiving scanned documents
    S stantropics
    App Wishlist

    @Hillside502 The author says it is feature-complete ("I am no longer doing new development on Paperless as it does exactly what I need it to" - https://github.com/the-paperless-project/paperless). However, it should be working.


  • Paperless - indexing and archiving scanned documents
    S stantropics
    App Wishlist

    This looks to be packaged already: https://git.cloudron.io/cloudron/paperless-app

    Is there any reason why it is not published in the appstore?

  • Login

  • Don't have an account? Register

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