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
L

lilian

@lilian
About
Posts
16
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • New VPN version
    L lilian

    Hi everyone,
    I'm reaching out again following my initial post.

    • Is it possible to configure WireGuard clients so that their internet access is not routed through the server?

    • Can the configuration from the OpenVPN application be transferred to the new VPN application?

    Thank you all!

    VPN

  • New VPN version
    L lilian

    Hello everyone, I just installed the new VPN version.

    Is it possible to have a custom route in Wireguard similar to OpenVPN?
    Let me explain: In OpenVPN, I used the following configuration:

    # This makes clients redirect all the traffic via the VPN.
    #push "redirect-gateway def1 bypass-dhcp"
    #push "redirect-gateway def1 ipv6 bypass-dhcp"
    pull-filter ignore redirect-gateway
    

    This setup allows clients to communicate with each other while still using their own internet access.
    I couldn't find a similar option for Wireguard.

    I couldn't find any information about this in the documentation.

    Second question,
    I already have OpenVPN installed on my Cloudron, with clients currently using it.
    Can I use the entire configuration stored in /app/data/ to migrate my clients seamlessly?

    Thank you in advance, and I wish you all happy holidays!

    VPN

  • NextCloud Re-scan
    L lilian

    Hi and thank you!
    In stress, I read half...

    It works well through the cloudron web terminal.

    Thank you for your quick responses!

    Nextcloud

  • NextCloud Re-scan
    L lilian

    Hi, @andreasdueren

    If I just do:
    occ files:scan
    I have this error:
    Command 'occ' not found, but there are 22 similar ones.

    @nebulon
    If I do
    sudo -u www-data php -f /app/code/occ
    I have this error:
    sudo: php: command not found

    In which folder should I do the manipulation?
    I'm lost, sorry

    Nextcloud

  • NextCloud Re-scan
    L lilian

    Hello everyone,
    I'm in trouble, I lost user files, luckily I had them aside.
    I just put them back directly into the user folder.
    On the other hand, when I try to do a re-scan so that it works under nextcloud I get this error.

    https://docs.cloudron.io/apps/nextcloud/#rescan-files

    sudo -u www-data php -f /app/code/occ files:scan myuser
    sudo: php: command not found

    At what point did I make a mistake?
    Thank you so much

    Nextcloud

  • Folder share on additional disk
    L lilian

    Hi @joseph ,

    If I create a folder in /srv/, I can access it from Cloudron (but that's not what I want to do since I want everything on the additional disk).

    I have created the volume in Cloudron and added it to my Nextcloud (which is installed on the additional disk), but from within Nextcloud, I can't access the volume created in /srv/.

    https://docs.cloudron.io/apps/#mounts

    I think Cloudron is blocking all access! I find it strange that you can't share a folder across multiple applications.

    What solutions are available?

    Support

  • Folder share on additional disk
    L lilian

    Hi, I tried:

    chmod a+rw /mnt/volumes/04067a3544294e0fa162392e066337cf/media
    

    It didn't work.

    I tried:

    export MOUNT_DIR=/mnt/volumes/04067a3544294e0fa162392e066337cf/media
    chmod 777 $MOUNT_DIR
    hgrp media $MOUNT_DIR
    chmod g+s $MOUNT_DIR
    setfacl -d -m g::rwx $MOUNT_DIR
    setfacl -d -m o::rx $MOUNT_DIR
    touch $MOUNT_DIR/test-file
    ls -l $MOUNT_DIR/test-file
    

    Output:

    -rw-rw-r-- 1 root media 0 Aug  7 15:53 /mnt/volumes/04067a3544294e0fa162392e066337cf/media/test-file
    
    root@liello:/mnt/volumes/04067a3544294e0fa162392e066337cf/media# ls
    partage  test-file
    root@liello:/mnt/volumes/04067a3544294e0fa162392e066337cf/media#
    

    It doesn't work. Is there something I did wrong? Thanks.

    Support

  • Folder share on additional disk
    L lilian

    Hi, thanks for your response.
    I don't see any errors, and I even have a green light on the mount.
    I don't understand why I don't have access to my folder. I tried changing ownership to Cloudron, but it didn't work.
    There is a folder inside this folder, so yes, there is something inside.
    Since I'm letting Cloudron manage the mount of the sdc1 disk, and this folder is at the root of this disk, could the problem be coming from there?
    Attached are some screenshots.
    Thanks.

    Capture d’écran 2024-08-07 à 17.34.11.png

    Capture d’écran 2024-08-07 à 17.34.36.png

    Capture d’écran 2024-08-07 à 17.35.11.png

    Support

  • Folder share on additional disk
    L lilian

    Hello everyone,

    I have a small issue.

    I’m on an OVH VPS with an additional disk mounted under /dev/sdc1 by cloudron.
    I have some applications installed, and everything is working fine.

    At the root of my additional disk, I created a folder named "media" that I want to share with some applications. I ran a chmod 777 -R media.

    I added a new volume in Cloudron:

    Mount type: filesystem
    Local directory: /mnt/volumes/04067a3544294e0fa162392e066337cf/media
    The status indicator is green, but when I click to explore the folder, it appears empty.

    Is there a trick to get this shared folder to work properly?

    Support

  • Problems with NextCloud (sdb1 - sda1)
    L lilian

    Hi,
    I just moved Data Directory

    Capture d’écran 2024-04-01 à 11.15.38.png
    Capture d’écran 2024-04-01 à 11.16.11.png
    Capture d’écran 2024-04-01 à 11.22.43.png
    Capture d’écran 2024-04-01 à 11.17.57.png

    Nextcloud volumes

  • Problems with NextCloud (sdb1 - sda1)
    L lilian

    Thank you for the feedback,
    If I understood correctly, when you move the app into the volume, all the files are on the additional volume.

    When I go to nextcloud -> System, I see the disk of my vps (sda1) and my volume (sdb1), I thought that I would only see sdb1 since nextcloud is moved in the volume (maybe I am wrong )

    Also, is it normal that nextcloud integrity is not enabled? Because it shows me errors.

    Nextcloud volumes

  • Problems with NextCloud (sdb1 - sda1)
    L lilian

    Hello everyone!
    Still a new cloudron user, I have a little problem.
    On my VPS, I created an additional volume (sdb1)
    It is well mounted in cloudron (in green)
    I installed Nextcloud, change the app location and add the mount.
    So for me everything should be in sdb1.
    But when I go to Nextcloud, it shows me sda1.
    Any ideas?
    Thanks very much

    Nextcloud volumes

  • Block access to Cloudron by GeoIP
    L lilian

    Hi all!
    Brand new to the Cloudron sphere.

    I wanted to install a script that I often use on other servers to whitelist countries (https://github.com/friendly-bits/geoip-shell) except that since I installed it, my cloudron no longer has access to the store.

    1 - In which country is the store located?

    2 - Is there a way in Cloudron to whitelist or blacklist countries?

    I only saw the IP solution.

    Thank you all!

    Feature Requests networking firewall

  • Zabbix - network monitoring solution
    L lilian

    @girish I think it's blocked for new users, because I tried!

    On the other hand, what scares me is that the post is from 2018 and there is still no zabbix in the store (just like others: zammad...).
    I'm testing Cloudron, this makes me hesitant to pay for a license.

    App Wishlist

  • Zabbix - network monitoring solution
    L lilian

    +1 for zabbix

    App Wishlist

  • zammad - user support/ticketing solution
    L lilian

    +1 for zammad

    App Wishlist
  • Login

  • Don't have an account? Register

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