Postiz - social media scheduling tool
-
Hi @humptydumpty
At the moment the community requires more basic ones like docker-compose and railway but as soon as I finish with those I will try to create something for cloudron -
Hi and welcome here @nevo-david ! postiz does look very nice and well done, from the outside. We usually take on the app packaging on behalf of the upstream devs to maintain timely tested updates for Cloudron, so no need for you to spend time on that.
If you want, it would be great, if you could share a bit your ideas behind the selfhosted part of Postiz. From what I can gather that project sustains itself only via the SaaS offering?
Also looking through the deployment docs, it seems to rely on resend API to send out emails, is this optional or also for transactional emails of the app? I am asking as Cloudron comes with an email sending infrastructure, so we could maybe look into contributing nodemailer or so then to make use of this.
-
Hi @nebulon, I am very much into open-source. One of my main websites is https://gitroom.com
I think open-source is the way for ethical and transparent startups.
It's very early, but I do hope the SaaS offering will generate enough money
Yes, resend is only for transactional and soon will be changed to be more generic -
@nevo-david Great work! And great to see you here!
Don't forget to post plenty of screenshots to help people here understand and upvote for your app.
-
@nebulon
Looks like nodemailer has been implemented: https://docs.postiz.com/configuration/emailsNodeMailer (SMTP)
This is an alternative to Resend. You can use NodeMailer, which is simply a SMTP library, to connect to any SMTP server.
EMAIL_PROVIDER: "nodemailer" EMAIL_HOST: "smtp.gmail.com" # smtp host if you choose nodemailer EMAIL_PORT: "465" # smtp port if you choose nodemailer EMAIL_SECURE: "true" # smtp secure if you choose nodemailer EMAIL_USER: "user" # smtp user if you choose nodemailer EMAIL_PASS: "pass" # smtp pass if you choose nodemailer
-
@humptydumpty said in Postiz - social media scheduling tool:
@jdaviescoates Not making it to the app store is a bummer, but the installation and updating process is the main issue. I updated from 2.2.3 to 2.3.0 and the app broke. All the fields have the "backend code" look to them. I reported a bug about not receiving emails on MP's Discord weeks ago and I haven't received any response from the dev. I'm looking to see if setting up Mixpost on Laravel inside a Cloudron LAMP app would be more stable, but the upstream docs regarding updating only list Docker and PHP and no mention of Laravel. WTF. I asked about this on Discord and I'm still waiting on a reply.
Weird. I've been running the enterprise version in a lamp stack for about a year or so without any issues upgrading or anything. As a matter of fact I'm currently only using it for my own purposed but I'm interested in seeing how it would scale. Are you interested in testing my installation for free?
-
@andreasdueren said in Postiz - social media scheduling tool:
Are you interested in testing my installation for free?
Yeah I wouldn't mind having a play thanks!
-
@jdaviescoates I just sent you a dm
-
@andreasdueren I wouldn't bother with Mixpost as I recall installing it and found I wasted my time getting it working.