@timconsidine ha, same! I came running to see whether cloudron will support this soon

Best posts made by chetbaker
-
RE: Cal.com (was Calendso) - Calendly Alternative
-
RE: Cal.com (was Calendso) - Calendly Alternative
Hello folks, anyone with some news on this? They just released version 2.0
-
RE: Expand Matrix app features
I wonder if this topic is still being followed. I agree with @eganonoa that having this set up in our cloudron instances may be of interest of many instead of Element One.
I'm a happy Element/matrix user at work and I think it would be a killing app to be able to expand that further.
-
RE: Mastodon invalid argument error
@fbartels that fixed the issue! I have no idea what it added up that
/
thanks!
-
RE: Cal.com (was Calendso) - Calendly Alternative
As far as I understand, it can be selfhosted.
I've done it myself in the past (not being a developer) using an heroku instance.
-
RE: A Matrix-WhatsApp puppeting bridge
Hey folks, I'm curious whether is possible to install a matrix bridge in a cloudron deployed server.
Another way to ask the same is if someone around here have already done it
-
RE: Switching to a fork of an app
@brandthedwarf I finally did it. I'm not a technical person and just followed the instructions running it locally
-
RE: Jitsi Meet
really interested in testing a self-hosted version of jitsi as well
-
RE: Cal.com (was Calendso) - Calendly Alternative
@jdaviescoates there's a promising pull request today https://github.com/calendso/calendso/pull/1300
Latest posts made by chetbaker
-
Using plugins
I installed LanguageTool on my cloudron server and I wanted to use it with my OnlyOffice instance. There's a plugin on their app directory you can use for that, but it triggered me two questions I didn't find answers in the docs:
- Is it possible to install plugins for all users and not user-by-user?
- Is there any way to change the url address of the serviceUrl variable in the ./scripts/langTool.js file as described on the plugin page? That's the way for using the self-hosted version and not their cloud.
Thanks!
-
RE: Cal.com (was Calendso) - Calendly Alternative
As far as I understand, it can be selfhosted.
I've done it myself in the past (not being a developer) using an heroku instance.
-
RE: Switching to a fork of an app
@brandthedwarf I finally did it. I'm not a technical person and just followed the instructions running it locally
-
RE: Mastodon invalid argument error
@fbartels that fixed the issue! I have no idea what it added up that
/
thanks!
-
Mastodon invalid argument error
Hi, I've been trying to install a Mastodon instance (because I want to have Hometown), but I'm receiving this error at the moment of running
cloudron build
.I tried with other apps with not an issue, except of mastodon. Any thoughts on what can I do? Thanks!
13:24:50 ⯠cloudron build Building locally as /chetbaker/mastodon:20221202-162454-142f2a6eb invalid argument "/chetbaker/mastodon:20221202-162454-142f2a6eb" for "-t, --tag" flag: invalid reference format See 'docker build --help'. node:internal/errors:863 const err = new Error(message); ^ Error: Command failed: docker build -t /chetbaker/mastodon:20221202-162454-142f2a6eb -f Dockerfile /Users/chetbaker/dev/mastodon-app at checkExecSyncError (node:child_process:871:11) at execSync (node:child_process:943:15) at buildLocal (/opt/homebrew/lib/node_modules/cloudron/src/build-actions.js:187:5) at Command.build (/opt/homebrew/lib/node_modules/cloudron/src/build-actions.js:347:9) at Command.listener [as _actionHandler] (/opt/homebrew/lib/node_modules/cloudron/node_modules/commander/lib/command.js:482:17) at /opt/homebrew/lib/node_modules/cloudron/node_modules/commander/lib/command.js:1264:65 at Command._chainOrCall (/opt/homebrew/lib/node_modules/cloudron/node_modules/commander/lib/command.js:1158:12) at Command._parseCommand (/opt/homebrew/lib/node_modules/cloudron/node_modules/commander/lib/command.js:1264:27) at /opt/homebrew/lib/node_modules/cloudron/node_modules/commander/lib/command.js:1062:27 { status: 125, signal: null, output: [ null, null, null ], pid: 10793, stdout: null, stderr: null } Node.js v18.9.1
-
RE: Switching to a fork of an app
@robi said in Switching to a fork of an app:
@jordanurbs have you completed your fork?
I came to ask the same thing
I've been trying to run Hometown with no success so far. -
RE: Server requirements experience for a small group
@girish said in Server requirements experience for a small group:
@chetbaker https://forum.cloudron.io/topic/7939/running-a-federated-mastodon-instance-will-take-up-alot-of-space-and-ram-be-prepared maybe?
yeah, thanks! that was the one.
Although my question remains, do any of you have any experience setting up a small mastodon instance that can provide any hints in terms of resources needed?
-
Server requirements experience for a small group
Hello!
I wanted to know if some of you have any experience setting up a mastodon instance for a small group of users (10-50) server-wise.
I remember reading here a warning about the use of space and memory, but I couldn't find the exact thread.
I wonder if any of you have any experience to share in terms of minimum server requirements for a small user base.
Thanks!
-
RE: Cal.com (was Calendso) - Calendly Alternative
@roofboard Iām not a developer, but happy to test out when thereās any unstable self hosted implementation.
-
Mailing list using Sendgrid
Hello! I just want to know if any of you are using Sendgrid for outbound emails for a Mailing List using Cloudron.
Currently zero problem with sending an email to all of the people in the Mailing List using our Authenticated Domain (in Sendgrid), but when one person on the Mailing List want to send an email to the list, it bounces with the message
Failure Reason: Error: 550 The from address does not match a verified Sender Identity. Mail cannot be sent until this error is resolved. Visit https://sendgrid.com/docs/for-developers/sending-email/sender-identity/ to see the Sender Identity requirements
So, for my understanding I will need to authenticate every one of them on Sendgrid, but I wonder if thereās any other way thatās less painful and less intrusive data wise for having a working mailing list in Cloudron.
Thanks!