Best posts made by benborges
-
RE: Filesystem Mount inside Container
it's working !!
I have nocodb reading this sqlite file and I can add layers of data on top while tg-archive is feeding new posts to the base itself,
tldr :
I have tg-archive running at /home/tg-archive/
there I have a site folder that sync from telegram and output static sites.
But I wanted to be able to have research, filtering, sorting with a simple front-end, that's where nocodb comes in.
All I did was a clean symlink for yellowtent user/group from /home/tg-archive/sites/telehunt/ to /srv/telehunt/
ln -s /home/tg-archive/sites/telehunt/ /srv/telehunt
sudo chown -h yellowtent:yellowtent telehunt/ inside /srv/
then I added this as filesystem mount in the volumes view pointing to /srv/telehunt/ with name telehuntsrv
next I attached this volume to the nocodb container, when it's running, I added the path to the sqlite file /media/telehuntsrv/data.sqlite
And voila
-
Help packaging fireshare
(warning, war content) My test use case : http://osintukraine.com:9090/#/feed (use incognito to accept the self-signed cert)
I have a question for @girish maybe, I'm going to package Fireshare code for cloudron
but I'm wondering if by using the .env provided I will be able to point the //path/to/my_game_clips: folder (source)
to another cloudron LAMP container (running the scrapping of videos) such as /home/yellowtent/appsdata/cc81fa5c-a060-4fb8-bcaa-c13b009b0c43/data/public/mediadocker run --name fireshare -v $(pwd)/fireshare:/data:rw -v $(pwd)/fireshare_processed:/processed:rw -v /home/yellowtent/appsdata/cc81fa5c-a060-4fb8-bcaa-c13b009b0c43/data/public/media:/videos:rw -p 8080:80 -e ADMIN_PASSWORD=your-admin-password -d shaneisrael/fireshare:latest
This is the test link above, I'm currently running and it works fine outside of a cloudron package so i'm wondering, can I have variable pointing to another data volumes on a different app/container?
-
RE: Error installing community nodes on n8n
@nebulon Testing it!
This is really neat because the numbers of node/third-party connectors from the community are really interesting to use !
-
RE: Open source sustainment and the future of Gitea
It seems there is now a fork of Gitea here : https://codeberg.org/forgejo/forgejo
-
RE: Error installing community nodes on n8n
@dev-cb Ohhh this is exciting, wondering what happens if N8N gets an upgrade that breaks a community node..what would be the upgrade path? wait for community node upgrade, then upgrade existing installed custom packages and restart N8N ?
-
RE: Can one cloudron run two Jitsi's on different domains ?
@girish Oh that's really great !
I use different jitsi for different domains, for very small team but it's really neat if I could host two in the same server ! -
RE: Email notifications of app failures/restarts
@murgero I wish Cloudron would have some kind of native integration with self-hosted ntfy.sh
that would be dope, to organize events alerts
-
RE: Filesystem Mount inside Container
Well I don't know but /SRV with proper permissions (yellowtent) works !
I can finally see the content of the mount from the file manager.Maybe my problem is that I have to remount these volumes now that I changed ownership ?
anyway, will try some more but this is a good step forward :
Latest posts made by benborges
-
RE: Converting JSON
@JLX89 I suspect the name of the fields on each side must be the same for the mapping to work ?
-
RE: Upgrade to "version": "4.16.2" end in "Not Responding" state
The more I dig about this the more I think it may be unrelated to Nextcloud?
I have right now, NocoDB, N8N and Metabase apps in "not responding" mode after the their respective last package upgrade.
this for one cloudron v7.3.4 (Ubuntu 22.04.1 LTS)
Nocodb log are strange, crash just after the app start and nginx config doneit's like the logging stop but still display the last "running" log when the app was online? the timing match the time it has been down and the two package upgrade that occured.
N8N logs also stopped the 29
this is just when the app started its upgrade, then rebooted and stopped logging ??
Same for Metabase :
I can restart the app or go in recovery mode and see the log working for these steps, but the moment the apps should actually boot, logs stop and that's itBut curiously, 2 N8N instance on v7.3.5 (Ubuntu 22.04.1 LTS) do not seem to be suffering the same issue.
These apps in "not responding" mode seem to be crashing without any log beyond the restarting progress in the terminal, nothing happens after that.
Should I bring this over to email support ?
-
RE: Upgrade to "version": "4.16.2" end in "Not Responding" state
@girish 200 but again, right now I'm not on that version, i'm on the version that works just fine.
-
RE: Upgrade to "version": "4.16.2" end in "Not Responding" state
@girish that's the thing, even with debug, I can see nothing
-
RE: Upgrade to "version": "4.16.2" end in "Not Responding" state
curiously, other Nextcloud app on the same cloudron are upgrading in automated mode just fine, so that should be a hint that it's maybe a particular nextcloud app provoking this in this particular nextcloud.
i'll debug some more and try to update again with debug true at the get go and see if I can catch something
-
RE: Email notifications of app failures/restarts
@murgero I wish Cloudron would have some kind of native integration with self-hosted ntfy.sh
that would be dope, to organize events alerts
-
Upgrade to "version": "4.16.2" end in "Not Responding" state
I spent a few hours trying to make the upgrade work
- disabled all apps
- even in recovery mode I could not access the web terminal
- enabled debug to True, but nothing came up
- even with all apps disabled by renaming the apps/ folder, it would not boot core nextcloud beyond the /healtcheck point
I had to restore to 4.15.0 to have it back online
- Nextcloud 25.0.1
context Cloudron v7.3.4 (Ubuntu 22.04.1 LTS)
-
RE: Filesystem Mount inside Container
@Supaiku When I needed filesystems mount a few months ago (on top of sshfs mounts) I remember I struggled quite a bit to mount filesystems folders, but one thing worked :
- Create /srv/YourFolder
- Symlink that folder to the folder you want on the filesystem
- mount that path inside Cloudron
That's how I read SQLite files from other apps from say NocoDB or other cloudron apps.
-
RE: Error installing community nodes on n8n
@kevin-k Strange...can you try to revert back to a working backup, reinstall community modules again, reboot once again and go to that page see if everything stick ?
I had issues first time I installed, had to reinstall once, but then it went smooth...
-
RE: Error installing community nodes on n8n
@nebulon Testing it!
This is really neat because the numbers of node/third-party connectors from the community are really interesting to use !