
Best posts made by ianhyzy
-
RE: Outline - a Notion-like open source app
bumping this, looks like they're very close to merging passport.js changes: https://github.com/outline/outline/pull/1183
-
Keycloak & Cloudron
I'm working with a volunteer team that's building an SSO system based on Keycloak. I don't know a ton about keycloak, but I've been trying to learn. I'm wondering if anyone here built an app with keycloak before and how they integrated the built-in LDAP to tie it in with Cloudron. I don't have a specific question so much as I'm curious to see if anyone else is using these tools together and if so, how?
-
RE: OhMyForm
@robi this is normal! please be nice to open source devs, they do a lot of work for free. It's understandable they don't want to learn a packaging system they don't use.
-
RE: Focalboard
@olearycrew yeah, "project management" is kind of broad and Notion isn't really a PM app like a lot of other ones.
-
RE: WriteFreely - Blogging Platform
@jdaviescoates it seems like they have an active image? https://hub.docker.com/r/writeas/writefreely
-
RE: loomio - helps groups make better decisions together
do we do bounties on apps? I'd put one on this
-
RE: Baserow Cloudron app - Airtable alternative
This looks like a fantastic tool, can't wait to try it out on Cloudron!
-
RE: Free cloud computing hosting
@christiaan even 2GB of RAM is a bit tight. IMO you don't need a ton of power or storage but both Nextcloud and Wordpress gobble RAM
-
RE: Twake
@seeker I played around with 1.0 a bit more, but 2.0 looks similar from the demo I just used, it is very much still in beta. (there are gigantic holes in their docs: https://doc.twake.app/how-to-use-it/privacy) It tries to kill a lot of apps with one, and it's not really killer in any of them, IMO. But if they keep improving it will be very compelling.
-
RE: Chatwoot - Simple and elegant live chat software
Just tried this out and it works great! Would love to have email but I got website embeds and twitter working in a snap! much better than rocket chat's version of this
edit: one bug is that images and file attachments seem to be broken, including setting channel icons in the client. -
Generic Jekyll container
I would love a container like the github pages container for but for arbitrary Jekyll plugins / more custom services.
-
RE: Best privacy chat apps
@marcusquinn yeah, a lot of alternatives to signal look neat but fail at being cross platform or easy for normal people to use
-
RE: Unable to enable Rocket Chat omnichannel website embed
@fbartels Thank you, that was it! In case anyone else finds this blog post, the updated instructions are here: https://docs.cloudron.io/apps/#custom-csp
-
RE: Apple/iPhones not secure anymore
Not a fan of this change at all, but there's been a ton of FUD around this. The thread from Alex Stamos is a good read and it's critical to keep in mind governments, particularly the EU, might require something like this soon, and apple's scanning is a lot less evil than many other ways to do this.
-
RE: Cloudron expert for hire?
@zylstra Happy to discuss doing some consulting work for you to get you setup with cloudrun/Dicourse — just send me an email at ian@conjecturaltechnologies.xyz
-
RE: Free cloud computing hosting
@christiaan radicale is probably fine. If your only big app is Nextcloud you can give the 2GB model a shot and see how it works. If you're doing static sites and radicale you can probably get away with the 1gb version but that cuts it pretty close.
-
RE: Cal.com (was Calendso) - Calendly Alternative
Looks like docker support isn't quite ready either: https://github.com/calendso/calendso/pull/7
but it looks fantastic nonetheless. -
Cloudron crashing every ~30 minutes on new install
I'm restoring Cloudron from a DO droplet to a dedicated server. Setup runs mostly as expected, but about 30 minutes after setup, everything stops working, including SSH (it just times out). Rebooting temporarily fixes the issue but it returns again in about the same timeframe. The server host said they didn't see any issues, even after running a stress test for about half an hour.
-
RE: Google Workplace Terms of Service Update kills email outreach for business
Most services have this clause in them, the keyword is "unsolicited". nobody sending your emails wants to be sending spam
-
RE: ✖ fatal GraphQLError: Float cannot represent non numeric value: NaN
@moocloud_matt I'm getting the same thing on a new install
-
RE: Cloudron crashing every ~30 minutes on new install
@p44 I switched from using DO, which did not have this issue, to a dedicated server which does.
-
RE: Cloudron crashing every ~30 minutes on new install
@p44 If you're in a hurry, the trick in the linked forum post worked beautifully for me.
-
RE: Cloudron crashing every ~30 minutes on new install
@p44 ah sorry no, this one: apt install libnotify4 --no-install-recommends
-
RE: Video upload failing with unknown error
@nebulon Peertube only gave me the OOM error very recently, it wasn't doing it before. After bumping up both the CPU and RAM it will still error on large videos it has to transcode, but I can pre-transcode them to h264/aac and it will upload fine (I just have to find a way to rip the subtitles too)
-
Modifying Mailtrain widget
Looking at this old thread (Re: How to make Mailtrain widget work?) Is there any way to modify the look/html of the Mailtrain subscription widget without interfering with updates?
-
Wiki.js failing with git as a storage backend - but only for Gitea (not github)
I have two wiki.js installs on my cloudron. One has been up for a while and I have it synced to Github, and this works fine. The other is new, and I wanted to set it up with a (also on the same Cloudron) Gittea backend. I used identical settings (ssh, contents, /app/data/repo) but get a constant popup that says "An unexpected error occurred." and the process fails. I also don't see anything out of place in the logs (below). Does anyone have this setup with a Cloudron git repo? Any ideas?
May 10 13:01:02 2022-05-10T18:01:02.407Z [MASTER] info: ======================================= May 10 13:01:02 2022-05-10T18:01:02.409Z [MASTER] info: = Wiki.js 2.5.281 ===================== May 10 13:01:02 2022-05-10T18:01:02.409Z [MASTER] info: ======================================= May 10 13:01:02 2022-05-10T18:01:02.410Z [MASTER] info: Initializing... May 10 13:01:02 2022-05-10T18:01:02.999Z [MASTER] info: Using database driver pg for postgres [ OK ] May 10 13:01:03 2022-05-10T18:01:03.004Z [MASTER] info: Connecting to database... May 10 13:01:03 2022-05-10T18:01:03.048Z [MASTER] info: Database Connection Successful [ OK ] May 10 13:01:03 2022-05-10T18:01:03.731Z [MASTER] info: Loading GraphQL Schema... May 10 13:01:04 2022-05-10T18:01:04.832Z [MASTER] info: GraphQL Schema: [ OK ] May 10 13:01:05 2022-05-10T18:01:05.168Z [MASTER] info: HTTP Server on port: [ 3000 ] May 10 13:01:05 (node:1) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./public/" in the "exports" field module resolution of the package at /app/code/node_modules/extract-files/package.json. May 10 13:01:05 Update this package.json to use a subpath pattern like "./public/*". May 10 13:01:05 (Use `node --trace-deprecation ...` to show where the warning was created) May 10 13:01:05 2022-05-10T18:01:05.188Z [MASTER] info: HTTP Server: [ RUNNING ] May 10 13:01:05 2022-05-10T18:01:05.379Z [MASTER] info: No new analytics providers found: [ SKIPPED ] May 10 13:01:05 2022-05-10T18:01:05.405Z [MASTER] info: Loaded 21 authentication strategies: [ OK ] May 10 13:01:05 2022-05-10T18:01:05.582Z [MASTER] info: No new comment providers found: [ SKIPPED ] May 10 13:01:05 2022-05-10T18:01:05.807Z [MASTER] info: No new editors found: [ SKIPPED ] May 10 13:01:05 2022-05-10T18:01:05.976Z [MASTER] info: No new loggers found: [ SKIPPED ] May 10 13:01:06 2022-05-10T18:01:06.219Z [MASTER] info: No new renderers found: [ SKIPPED ] May 10 13:01:06 2022-05-10T18:01:06.339Z [MASTER] info: No new search engines found: [ SKIPPED ] May 10 13:01:06 2022-05-10T18:01:06.614Z [MASTER] info: No new storage targets found: [ SKIPPED ] May 10 13:01:06 2022-05-10T18:01:06.623Z [MASTER] info: Checking for installed optional extensions... May 10 13:01:06 2022-05-10T18:01:06.642Z [MASTER] info: Optional extension git is installed. [ OK ] May 10 13:01:06 2022-05-10T18:01:06.654Z [MASTER] info: Optional extension pandoc was not found on this system. [ SKIPPED ] May 10 13:01:06 2022-05-10T18:01:06.666Z [MASTER] info: Optional extension puppeteer was not found on this system. [ SKIPPED ] May 10 13:01:06 2022-05-10T18:01:06.668Z [MASTER] info: Optional extension sharp was not found on this system. [ SKIPPED ] May 10 13:01:06 2022-05-10T18:01:06.674Z [MASTER] info: Authentication Strategy Local: [ OK ] May 10 13:01:06 2022-05-10T18:01:06.737Z [MASTER] info: Authentication Strategy Cloudron: [ OK ] May 10 13:01:07 2022-05-10T18:01:07.728Z [MASTER] info: (COMMENTS/DEFAULT) Initializing... May 10 13:01:07 2022-05-10T18:01:07.729Z [MASTER] info: (COMMENTS/DEFAULT) Initialization completed. May 10 13:01:07 2022-05-10T18:01:07.760Z [MASTER] info: (STORAGE/GIT) Initializing... May 10 13:01:07 2022-05-10T18:01:07.762Z [MASTER] info: (STORAGE/GIT) Checking repository state... May 10 13:01:07 (node:1) DeprecationWarning: Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`. May 10 13:01:08 2022-05-10T18:01:08.039Z [MASTER] info: (STORAGE/GIT) Listing existing remotes... May 10 13:01:08 2022-05-10T18:01:08.050Z [MASTER] info: (STORAGE/GIT) Purging existing remotes... May 10 13:01:08 2022-05-10T18:01:08.111Z [MASTER] info: (STORAGE/GIT) Setting SSL Verification config... May 10 13:01:08 2022-05-10T18:01:08.244Z [MASTER] info: (STORAGE/GIT) Setting SSH Command config... May 10 13:01:08 2022-05-10T18:01:08.809Z [MASTER] info: (STORAGE/GIT) Adding origin remote via SSH... May 10 13:01:08 2022-05-10T18:01:08.934Z [MASTER] info: (STORAGE/GIT) Fetch updates from remote...
-
RE: Error restoring nextcloud from backup
@girish I ended up migrating back to my home server a lot faster than I thought and so this is no longer an issue but when I forgot I went from a machine with 32GB of RAM to a VPS with 2 so this was likely it. When I first installed Cloudron is was randomly shutting down and failing to restore becuase it was running out of RAM.
-
stuck on sign in for new account
I'm no longer able to sign into Element - it seems to accept my password but on both desktop and the mobile app it just spins forever. It will eventually say There was a problem communicating with the homeserver, please try again later.
delegation and federation tests both still pass
I don't see any obvious erros in the logs for either element or matrix
I do see some errors in the console logs:
I'll also note that my account that was already signed in seemed fine before I logged out, and the issue happens with brand new accounts as well
-
RE: stuck on sign in for new account
@brutalbirdie said in stuck on sign in for new account:
Well I changed my DNS to Cloudflare and have the subdomains proxied. Maybe there is something about that.
I'm using Gandi DNS so it doesn't seem limited to cloudflare, but I'm trying to dig into the homeserver now