https://github.com/debricked/dmarc-visualizer
or any similar app...
https://github.com/debricked/dmarc-visualizer
or any similar app...
@scooke thanks for the note, in my case DO volumes seem to be the solution! easily applied with Cloudron
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!
@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).
@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...
@LoudLemur yes please! I agree - would love to install this on my new Cloudron instance!
@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!
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?
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...
Did this get implemented or is it tracked somewhere as a feature request?
@micmc oh, indeed! I didn't realize all the apps have sftp access, but I see that now! smacks forehead
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
media500:
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.
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
@girish yes, and someone like this has happened again.. still figuring out what...
@nebulon Thank ya'll! that all did the trick much apprciated!
@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...
Curl -L is returning the correct response to :433 but the Federation Tester returns:
Get "https://[serveripaddress]:8448/_matrix/key/v2/server": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
External rooms are "not accessible at this time"
The matrix server locaiton is set in cloudron with :443 set explicity
there is an app (wordpress install) on the bare domain name.
EDIT:
Note: My home server has some NAT Loopback/hairpin issues.
To get OnlyOffice working I had to host it on a seperate Cloudron instance on DO so it would access externally. I've got a new router in the mail.
I suppose this could be causing this issue?