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
R

roru2k20

@roru2k20
About
Posts
85
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • API: Is there an Update for an App available?
    R roru2k20

    Good morning,

    is there a way to get the Updatestatus of an App via API?

    My idea is to check scheduled my apps and inform me, when is available, but in API-Docs the Notification-Section is blank.

    Is that in planning or exist another way to get this information?

    Support

  • GitLab very slow and unable to expand menus
    R roru2k20

    @girish it is very curious. At the moment it works well with this speed I think it is normal.

    And I clear my cache, cookies and more every quit of any browser.

    GitLab

  • GitLab very slow and unable to expand menus
    R roru2k20

    @timconsidine thanks for reply.

    I read the problems at git.cloudron.io. With Microsoft Edge instead of my Chrome GitLab works fine.

    I observe it

    GitLab

  • GitLab very slow and unable to expand menus
    R roru2k20

    I thought I can restore the last version 1.59.2 but I have same issues.
    I can not expand any section on any menu point.

    May be my system is not good enough for GitLab?

    GitLab

  • GitLab very slow and unable to expand menus
    R roru2k20

    Hello,

    after the last update GitLab is very slow and unusable. I am using com.gitlab.cloudronapp@1.60.0

    I call the start page of a project and I get several minutes of progress circle.....
    And when I want to delete a project, I cannot expand a section. Other menus have the same behavior.

    My GitLab is running at home on an Intel(R) Pentium(R) CPU G4400T @ 2.90GHz with 16GB RAM and I have 6GB RAM allocated just for GitLab.

    I have restarted the application so many times, including the server itself.

    Does anyone have the same problem?

    Best wishes,
    Axel

    Translated with www.DeepL.com/Translator (free version)

    GitLab

  • Error while update npm-package
    R roru2k20

    Thanks @mehdi and @nebulon

    My problem solved by deleting the package-lock.json. After that I can update this app and all works good.

    Thank you very much.

    App Packaging & Development

  • Error while update npm-package
    R roru2k20

    Good morning,

    on my WSL-Ubuntu also on my VPS I get an error while I would like to update an app with cloudron-cli.

    It said to me, that I should update the npm package of cloudron-cli

    sudo npm install -g cloudron@4.13.1
    
    changed 121 packages, and audited 122 packages in 4s
    
    13 packages are looking for funding
      run `npm fund` for details
    
    2 vulnerabilities (1 moderate, 1 high)
    
    To address issues that do not require attention, run:
      npm audit fix
    
    Some issues need review, and may require choosing
    a different dependency.
    
    Run `npm audit` for details.
    
    ----
    sudo npm audit fix --force
    ----
    
    npm WARN using --force Recommended protections disabled.
    npm ERR! code ENOLOCK
    npm ERR! audit This command requires an existing lockfile.
    npm ERR! audit Try creating one first with: npm i --package-lock-only
    npm ERR! audit Original error: loadVirtual requires existing shrinkwrap file
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /root/.npm/_logs/2022-01-22T06_06_38_189Z-debug-0.log
    

    I have no clue what can I do to solve this problem.

    App Packaging & Development

  • Install cloudron-cli on Code-Server
    R roru2k20

    @nebulon @murgero this is a good note with circular working. I think I separate this from the app, but link it with n8n to automate updates of my apps.

    How can I install your package @murgero ?

    App Packaging & Development code-server cloudron-cli

  • Install cloudron-cli on Code-Server
    R roru2k20

    My both lines of Dockerfile

    RUN npm install -g cloudron
    RUN ln -sf /root/.cloudron.json /app/data/.cloudron.json
    
    App Packaging & Development code-server cloudron-cli

  • Install cloudron-cli on Code-Server
    R roru2k20

    Good morning,

    I have installed successfully code-server on Cloudron, now I would like to use it as replacement of my local Windowsinstallation.

    For that it is neccessary to install the cloudron-cli on this machine to install/update/... my Cloudron Instance.

    I execute this:

    cloudron login
    

    and get this error

    Error: EROFS: read-only file system, open '/root/.cloudron.json'
    

    In my Dockerfile I had create a symlink to the data-directory, but nothing change.

    Any idea to solve this? My other idea is a separate VM, but for this I must clone first my repo and than update my app and my idea is to do this on the same machine I develop it.

    Thanks,
    Axel

    App Packaging & Development code-server cloudron-cli

  • Configure own mail server
    R roru2k20

    Thanks @nebulon, I had it configured but it doesn't work.
    Now for whatever reason it works.

    GitLab

  • Configure own mail server
    R roru2k20

    Good morning,

    how I can configure my own mail server? I use not cloudron as Mail server because with DynDNS on a local server it is not useful, therefore I use my domain provider.

    I change config/initializers/smtp_settings.rb, but it don't works and after every reboot it going back to standard configuration and I can't understand this wiki https://docs.gitlab.com/omnibus/settings/smtp.html

    Can anybody helps me?

    Thanks and go well into 2022!

    GitLab

  • How start a plugin as a service within Mattermost
    R roru2k20

    @robi oh yeah of course, but it is very easy and and I could have actually thought of it myself. 😄

    #!/bin/bash
    cd /app/data/plugins/mail2most
    ./mail2most -c ./mail2most.conf
    

    This script runs with cron every five minutes to check my mails and send them to the different channels. I have 5 addresses configured and it works fine.

    Mattermost

  • How start a plugin as a service within Mattermost
    R roru2k20

    @girish that works well, but I have implemented it differently.

    Every five minutes runs the programm and send to Mattermost my mails from different inboxes.

    Thanks for help!

    Mattermost

  • How start a plugin as a service within Mattermost
    R roru2k20

    Good evening,

    how can I start for example mail2most (send Mails to Mattermost) as a service within the app? I can run once in the terminal, but when I close the terminal it shutdown the plugin.

    Can I install it as normal service?

    Mattermost

  • Anyone used Cloudron in VPS but backup to NAS at home?
    R roru2k20

    @d19dotca said in Anyone used Cloudron in VPS but backup to NAS at home?:

    Yes I have, but I use CIFS from a local Cloudron instance to a local NAS.

    First I create a directory e.g. /backup. After that I add an entry at FSTAB.

    //nas/backup    /backup cifs    credentials=/etc/.naskey,uid=1000,gid=1000,dir_mode=0755,file_mode=0644 0       0
    

    Now mount it with sudo mount -a.

    Last but not least configure it at Cloudron

    Discuss

  • Install cups for local network
    R roru2k20

    Yeeesss it works....

    The following rule must be add additionally:

    sudo iptables -A CLOUDRON_RATELIMIT -p tcp -m tcp --dport 631 -j ACCEPT
    sudo iptables -A CLOUDRON_RATELIMIT -p udp -m udp --dport 631 -j ACCEPT
    

    And my cups conf has follow lines (only an excerpt)

    Listen *:631
    Listen /run/cups/cups.sock
    SystemGroup lpadmin
    

    After that I add my own user during the installation of Ubuntu to group lpadmin to administrate cups and now it works well.

    Support

  • Install cups for local network
    R roru2k20

    Okay I add these rules, but I can't access cups webgui and can't see my printer.

    In which chain I must add the rule or what I have to do to access?

    Support

  • Install cups for local network
    R roru2k20

    I add 4 rules for iptables

    sudo iptables -A INPUT -p tcp -m tcp --dport 631 -j ACCEPT
    sudo iptables -A INPUT -p udp -m udp --dport 631 -j ACCEPT
    sudo iptables -A CLOUDRON -p tcp -m tcp --dport 631 -j ACCEPT
    sudo iptables -A CLOUDRON -p udp -m udp --dport 631 -j ACCEPT

    Support
  • Login

  • Don't have an account? Register

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