Just did a quick test. I am able to view a public collection without login in my test instance. Are you able to reproduce this in the demo cloudron ? https://my.demo.cloudron.io (username/password is cloudron)
Joseph Mascarenhas
Posts
-
Public collections require login -
Security certificate cannot be verifiedIs this error only with Outlook or with other clients (say k9, thunderbird)? You can also try Services -> Email -> Restart. This copies over the latest certs to mail server.
You can also inspect the cert with
openssl s_client -connect my_imap_server:993 -showcerts
-
My Wallabag has not been updated since v. 2.4.1The second command seems promising.. It looks like it is writing to a hardcoded file
/app/code/wallabag/wallabag-export.json
(since it's a very old version maybe it didn't write to stdout) .- Put the app in recovery mode - https://docs.cloudron.io/apps/#recovery-mode . this makes the filesystem writable
- In one web terminal, just run /app/pkg/start.sh . this runs the app and creates paths
- In another web terminal, try running the second command and check if that /app/code/wallabag/wallabag-export.json was created ... if it was you Download it using the Download button in web terminal ? or copy it to /app/data and use file manager .
-
UPS support@charlesnw is nut the same as https://networkupstools.org/ ?
-
realm email configuration@aurelien-c is your email hosted on Cloudron as well? If so, just create a mailbox and use the public mail server credentials (i.e just like you would configure a web mail client) .
The automatic configuration values can also be used . For this, Web Terminal and then run
env | grep CLOUDRON_SMTP_
. This will give the various passwords . But if possible use the first approach, I outlined. The reason is this if the auto configuration changes , then Cloudron will not change your configs ... The public email configuration is constant and won't ever change. -
Working on many apps in this list and others - who wants to collaborate ?That looks like GPL and seems fine .
-
Wallabag Import - Error "look at logs"I guess the container log (i.e the cloudron's app log viewer) should have it. AFAICT, it doesn't log anywhere else .
-
My Wallabag has not been updated since v. 2.4.1I have to guess since I don't have an old instance to test. Try something like
/app/code/bin/console wallabag:export wallabag --env=prod > /app/data/foo.json
-
Working on many apps in this list and others - who wants to collaborate ?Best of luck on your venture! If you would like to get any of the apps published to App Store, do reach out here. Main requirement is it needs a FOSS license .
-
LibreChat@canadaduane thanks for the heads up . https://docs.openwebui.com/license/#open-webui-license-explained has an ELI5 of sorts
-
/r/selfhosted are not big Cloudron fans@BrutalBirdie said in /r/selfhosted are not big Cloudron fans:
Login is username demo and password demo
I think you mean
cloudron
andcloudron
-
Multi-Domain setup in one appI can't seem to reproduce it atleast. I setup an app with domain and subdomain (using minio app, which has same setup as yours) and it seems to work . If you can reproduce it with say minio , maybe that will help us narrow it down. Also, which DNS provider are you using (just to rule out any wildcard/manul DNS setup issues) ?
-
My Wallabag has not been updated since v. 2.4.1I tried to install an old wallabag. Unfortunately this is from 2019 and too old
It fails with "Manifest version must be 2" . If the old wallabag has a CLI, then you should try to export using CLI maybe ? https://github.com/wallabag/docker/issues/213 has the command . Does wallabag have other export formats other than json?
-
New user sign up and docker questions as well best practices, tips@mouse77 said in New user sign up and docker questions as well best practices, tips:
I cant install apps without signing up which is weird, trouble is I can't register
Are you referring to the login page in the App Store view? If so, this is the cloudron.io account . This account lets you manage the subscriptions (you can login in the future at https://console.cloudron.io/ )
This is separate from the initial account you created. The initial account during Domain setup is just a local admin account .
-
n8n cors@jordanurbs where did you find that option ? it's not in https://docs.n8n.io/ .
Instead of having the frontend call n8n directly (which requires cors), call it via your backend instead . I think you will have to call it via the backend anyways to not expose any api tokens .
-
Superset MongoDB connections@eddowding afaict, upstream does not support this out of the box. related:
https://github.com/apache/superset/issues/13930
https://github.com/apache/superset/issues/22787
https://github.com/apache/superset/issues/4231 -
Syncing S3 Storage Backups with Cloudron Nextcloud?For backing up S3, you can also use something like rclone. But yeah, there is nothing in Cloudron itself to do this.
-
My Wallabag has not been updated since v. 2.4.1@stoccafisso
sorry missed the post entirely and went with the title of the post. Are there any errors in the logs when it tries to export? (when you said 'logs show nothing' I guess you meant for the update). Do all other actions inside wallabag work in general?
-
My Wallabag has not been updated since v. 2.4.1@stoccafisso that was 4 yaers ago, I wasn't around at that time...
It seems the app was re-published , meaning there is no update to the new version. You have to install a new wallabag and manually migrate from old wallabag to the new one . In the post you linked it says "Wallabag has an export and import feature, which needs to be used to transition to the new app version now. Hopefully in the future the data migration works better with new releases." . So, export from your existing wallabag and import into new install wallabag . I recommend keeping the old wallabag around until the import works...
-
New user sign up and docker questions as well best practices, tips@mouse77 said in New user sign up and docker questions as well best practices, tips:
the main reason I choose Cloudron was that I heard the dashboard was user friendly for dockers usage
just a heads up but Cloudron is not a docker frontend .