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
J

jbrichez

@jbrichez
About
Posts
17
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • General backup error from one custom app
    J jbrichez

    @nebulon I don't really know the S3 system they used

    Support backups

  • General backup error from one custom app
    J jbrichez

    Ok my bad... The bucket wasn't existing anymore.
    But still the error should be another one πŸ˜•

    Support backups

  • General backup error from one custom app
    J jbrichez

    There is logs files yes.

    UPDATE: same problem with invoiceNinja.
    So problem not only linked to my custom app

    Support backups

  • General backup error from one custom app
    J jbrichez

    @jdaviescoates Hmm sounds like to be. I'm not a specialist of Cloudron so maybe a dev could says if one of those involved packages is used

    Support backups

  • General backup error from one custom app
    J jbrichez

    @nebulon I'm using contabo object storage.

    Support backups

  • General backup error from one custom app
    J jbrichez

    @nebulon Yes no problem with other app.
    But because of this one failed, global backup failed too.

    Support backups

  • General backup error from one custom app
    J jbrichez

    Hi everyone,
    I have some custom app installed on my Cloudron.
    I scheduled global backup everyday.
    Since 4 days now I have a backup error:

    Error uploading snapshot/app_032a1955-1996-42d5-8396-478d39a39b7d.tar.gz.enc. Message: Non-whitespace before first tag. Line: 0 Column: 1 Char: { HTTP Code: XMLParserError
    

    I localized the app from where the error come from. But i don't understand the point.
    Can anyone help me ?
    Thanks you πŸ™πŸ»

    Support backups

  • [Arr* suite] Sonarr, radarr, prowlarr and nzbget
    J jbrichez

    @girish Thanks, will take a look !

    Discuss

  • [Arr* suite] Sonarr, radarr, prowlarr and nzbget
    J jbrichez

    @girish Yep exactly ! it already has been packaged before but i never succeed to reach the github.

    Ok I will add a licence. Do you have any advice on this ?

    Discuss

  • AFFiNE - open-source Notion, Miro, Monday, Outline, Appflowy alternative
    J jbrichez

    Look amazing ! Would ne great to have an image πŸ™‚

    App Wishlist

  • [Arr* suite] Sonarr, radarr, prowlarr and nzbget
    J jbrichez

    Hi everybody,
    After following some discussion here, and unfortunately, some broken link... I decided to created myself all cloudron custom app to create a fully functionnal Plex like setup.
    You will find everything on my github.
    Contains:

    • Radarr
    • Sonarr
    • Prowlarr
    • Nzbget
    • Jellyseer

    Fells free to give me some feedback πŸ‘ or improve the docker images.

    Discuss

  • Custom app: docker volume mapping
    J jbrichez

    @girish I think it is. But this was not really clear when i read it the first time

    App Packaging & Development

  • Custom app: docker volume mapping
    J jbrichez

    I successfully started the app then when i check the container's volume I can see that:

    [{bind  /media/movies /media/movies   true rprivate} {bind  /home/yellowtent/appsdata/4a224e49-5a30-49ae-bb2b-2b22731ab6ed/data /app/data   true rprivate} {volume 585faa40fe07d43726062f11d0530fad796806b03a3c1c39daab3a9a86b14542 /var/lib/docker/volumes/585faa40fe07d43726062f11d0530fad796806b03a3c1c39daab3a9a86b14542/_data /tmp local  true } {volume 28fcf47257a3b52162a2998df0eff0b325570c0cef49478f37cff3ecea7d0fda /var/lib/docker/volumes/28fcf47257a3b52162a2998df0eff0b325570c0cef49478f37cff3ecea7d0fda/_data /run local  true }]
    

    There is my question answer probably...
    This is the mapping I was looking for πŸ™‚

    When we used the cloudron cli, behind you automatically create a volume and attached it my custom app...
    I didn't see that in the doc. Is it written somewhere ?

    App Packaging & Development

  • Custom app: docker volume mapping
    J jbrichez

    Ok i understant but where is made the mapping exactly ?

    EDIT: after some research, yes the app need to store some files

    App Packaging & Development

  • Custom app: docker volume mapping
    J jbrichez

    @timconsidine I'm using a pre-built image from docker hub

    App Packaging & Development

  • Custom app: docker volume mapping
    J jbrichez

    @timconsidine I have connected my cloudron cli to my cloudron instance and i'm running command from my computer:

    cloudron install --image hotio/jellyseerr
    

    No i don't think the config will change

    App Packaging & Development

  • Custom app: docker volume mapping
    J jbrichez

    Hi,
    I'm trying to create a custom cloudron app for this app: jellyseerr.
    I successfully created the CloudronManifest.json file

    {
      "id": "jellyseerr.com",
      "title": "Jellyseerr",
      "author": "Girish Ramakrishnan <girish@cloudron.io>",
      "description": "Jellyseerr app",
      "tagline": "A great beginning",
      "version": "0.0.1",
      "healthCheckPath": "/",
      "httpPort": 5055,
      "addons": {
        "localstorage": {}
      },
      "manifestVersion": 2,
      "website": "https://www.example.com",
      "contactEmail": "support@clourdon.io",
      "icon": "file://icon.png",
      "tags": [ "test", "collaboration" ],
      "mediaLinks": [ "https://images.rapgenius.com/fd0175ef780e2feefb30055be9f2e022.520x343x1.jpg" ]
    }
    

    But I have some trouble: the app crashed:
    Capture d’écran 2024-02-20 aΜ€ 18.32.24.png.

    It's seems to be because the docker image need to configure "/config" folder when running:

    docker run --rm \
        --name jellyseerr \
        -p 5055:5055 \
        -e PUID=1000 \
        -e PGID=1000 \
        -e UMASK=002 \
        -e TZ="Etc/UTC" \
        -v /<host_folder_config>:/config \
        ghcr.io/hotio/jellyseerr
    

    I checked some image from cloudron image hub but i still didn't understand where the mapping is done.
    How do I manage to link the volume ?

    Thank you.

    App Packaging & Development
  • Login

  • Don't have an account? Register

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