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
SupaikuS

Supaiku

@Supaiku
About
Posts
78
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DMARC Visualizer
    SupaikuS Supaiku

    https://github.com/debricked/dmarc-visualizer

    or any similar app...

    App Wishlist

  • Mobilizon - A free and federated tool to get our events off Facebook!
    SupaikuS Supaiku

    @scooke thanks for the note, in my case DO volumes seem to be the solution! easily applied with Cloudron 🙂

    App Wishlist

  • Piefed
    SupaikuS Supaiku

    https://join.piefed.social/

    App Wishlist

  • Wordpress not getting updated when app updated?
    SupaikuS Supaiku

    It was indeed a plugin conflict, which I was able to observe an error for in the wordpress debug logs. The manual wordpress update went smoothly after removing that plugin.

    WordPress (Developer)

  • transfer files between Apps or from computer onto a volume? via CLI?
    SupaikuS Supaiku

    Hi there, I need to get some files from my computer onto an app - a lot of files.

    I was able to get many of them to transfer using the File Manager in Volumes, however, it seems to be failing without an error (just says it's pasting forever, with no file changes).

    Is there a way to transfer files into an app or across apps other than the File Manager GUI that also does recursiveness?

    I see the Cloudron CLI but there's no documentation of a recursive function for the push feature.

    Thank you!

    Support volumes

  • Matrix Federation not working - curl works but Federation Tester doesn't
    SupaikuS Supaiku

    @murgero ah yes... this does seem to be the trick.

    I just found the line in the docs that says:

    Step 3. Federation
    
    Federation setup is automatic. Use the Federation Tester to verify that everything is setup properly. Note you must enter the server_name (like example.com) in the form field in the website and NOT the location of your home server (despite what the form says).
    
    Matrix (Synapse/Element)

  • Filesystem Mount inside Container
    SupaikuS Supaiku

    @benborges Thanks, this helped me!

    Symlinked from my SATA HDD mount on the filesystem into the /srv/ directory and chowned and it works.

    Not sure why it only works into the /srv/ directory though. Curious about that...

    NocoDB

  • Mobilizon - A free and federated tool to get our events off Facebook!
    SupaikuS Supaiku

    @LoudLemur yes please! I agree - would love to install this on my new Cloudron instance!

    App Wishlist

  • App stuck uninstalling - nginx error
    SupaikuS Supaiku

    @girish sweet- that worked!

    I saw that's also what you said here:
    https://forum.cloudron.io/topic/5457/site-is-not-reachable/7

    And is basically what's described in the troubleshooting as well.

    At first this was just an issue with the uninstalled containers, but then when I restarted for a cloudron update it took down the whole thing, which made me think ngnix really was broken 😛

    Thank you!

    Support nginx reverseproxy

  • Postmarks - fedicverse bookmark manger
    SupaikuS Supaiku

    https://github.com/ckolderup/postmarks

    App Wishlist

  • Ways to free up space?
    SupaikuS Supaiku

    I've got an 80GB server with a handfull of apps but all the data is stored on volumes, with backups on DO spaces.

    I'm surprised that it's using all that space - is there some way to figure out what I can delete or continue to migrate to volumes and spaces?

    Support

  • Parsedmarc
    SupaikuS Supaiku

    https://domainaware.github.io/parsedmarc/

    https://debricked.com/blog/analyze-and-visualize-dmarc-report/

    App Wishlist

  • Wordpress http connection times out (https works fine)
    SupaikuS Supaiku

    I've even got a force SSL plugin installed and it's still timing out - a bit weird...

    Usually I'd go edit the apache files and setup a redirect there but...

    Support http reverseproxy

  • Cloudron overwriting DMARC records?
    SupaikuS Supaiku

    Did this get implemented or is it tracked somewhere as a feature request?

    Support mail dmarc

  • transfer files between Apps or from computer onto a volume? via CLI?
    SupaikuS Supaiku

    @micmc oh, indeed! I didn't realize all the apps have sftp access, but I see that now! smacks forehead

    Support volumes

  • Dashboard Inaccessible - low disk space temporarily - apparmor abstractions/snap_browsers issue
    SupaikuS Supaiku

    It seems one of my disks may have gotten temporarily low and cuased an issue, but i'm having a little trouble sussing it out. A package was also broken, but getting that sorted. I checked the troubleshooting list and running ' sudo /home/yellowtent/box/setup/start.sh' yeilds this error ultimately:

    2024-03-26T20:37:24 ==> start: Cloudron Start
    media❌500:
    2024-03-26T20:37:25 ==> start: Configuring docker
    Synchronizing state of apparmor.service with SysV service script with /lib/systemd/systemd-sysv-install.
    Executing: /lib/systemd/systemd-sysv-install enable apparmor
    Job for apparmor.service failed because the control process exited with error code.
    See "systemctl status apparmor.service" and "journalctl -xeu apparmor.service" for details.

    server:~$ systemctl status apparmor.service
    $ systemctl status apparmor.service
    × apparmor.service - Load AppArmor profiles
    Loaded: loaded (/lib/systemd/system/apparmor.service; enabled; vendor preset: enabled)
    Active: failed (Result: exit-code) since Tue 2024-03-26 20:37:27 EDT; 16s ago
    Docs: man:apparmor(7)
    https://gitlab.com/apparmor/apparmor/wikis/home/
    Process: 190543 ExecStart=/lib/apparmor/apparmor.systemd reload (code=exited, status=1/FAILURE)
    Main PID: 190543 (code=exited, status=1/FAILURE)
    CPU: 386ms

    Mar 26 20:37:27 r00buntu-server apparmor.systemd[190543]: Restarting AppArmor
    Mar 26 20:37:27 r00buntu-server apparmor.systemd[190543]: Reloading AppArmor profiles
    Mar 26 20:37:27 r00buntu-server apparmor.systemd[190558]: AppArmor parser error for /etc/apparmor.d in profile /etc/apparmor.d/usr.bin.evince at line 32: Could no>
    Mar 26 20:37:27 r00buntu-server apparmor.systemd[190569]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
    Mar 26 20:37:27 r00buntu-server apparmor.systemd[190612]: AppArmor parser error for /etc/apparmor.d/usr.bin.evince in profile /etc/apparmor.d/usr.bin.evince at li>
    Mar 26 20:37:27 r00buntu-server apparmor.systemd[190661]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
    Mar 26 20:37:27 r00buntu-server apparmor.systemd[190543]: Error: At least one profile failed to load
    Mar 26 20:37:27 r00buntu-server systemd[1]: apparmor.service: Main process exited, code=exited, status=1/FAILURE
    Mar 26 20:37:27 r00buntu-server systemd[1]: apparmor.service: Failed with result 'exit-code'.
    Mar 26 20:37:27 r00buntu-server systemd[1]: Failed to start Load AppArmor profiles.

    Support apparmor

  • Dashboard Inaccessible - low disk space temporarily - apparmor abstractions/snap_browsers issue
    SupaikuS Supaiku

    I created a new snap_browsers file at /etc/apparmor.d/abstractions/snap_browers based on this:
    https://gitlab.com/apparmor/apparmor/-/blob/31c9cf6845cb78cca59a753d7c5b27312d579be8/profiles/apparmor.d/abstractions/snap_browsers
    and it seems to have resolved it.

    Not sure why/how this happened though

    Support apparmor

  • Dashboard Inaccessible - low disk space temporarily - apparmor abstractions/snap_browsers issue
    SupaikuS Supaiku

    @girish yes, and someone like this has happened again.. still figuring out what...

    Support apparmor

  • Possible to move Mastodon Content to DO spaces or other external storage?
    SupaikuS Supaiku

    @nebulon Thank ya'll! that all did the trick 🙂 much apprciated!

    Mastodon

  • Nextcloud: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2".
    SupaikuS Supaiku

    @Supaiku fixed by downloading (for backup) and deleing the files_archive and files_downloadactivity plugins which I had installed. not quite sure which was causing the issue, but one of them was...

    Nextcloud
  • Login

  • Don't have an account? Register

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