Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Postiz - social media scheduling tool

Postiz - social media scheduling tool

Scheduled Pinned Locked Moved Solved App Wishlist
27 Posts 13 Posters 3.9k Views 18 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nevo-david
    wrote on last edited by
    #7

    Hi guys! founder of Postiz here.
    Let me know if you need any help 🙂

    humptydumptyH 1 Reply Last reply
    8
    • N nevo-david

      Hi guys! founder of Postiz here.
      Let me know if you need any help 🙂

      humptydumptyH Offline
      humptydumptyH Offline
      humptydumpty
      wrote on last edited by humptydumpty
      #8

      @nevo-david Hi David! It would be great to have this packaged for the Cloudron app store. Have you seen the following pages?

      https://docs.cloudron.io/packaging/tutorial/
      https://docs.cloudron.io/packaging/publishing/

      The package will be maintained in our GitLab at https://git.cloudron.io. The original package authors will be given commit permissions to the repository (and we greatly appreciate packagers who continue maintaining it!). To aid this process, we recommend that the packaging source code is in a repository of it's own and not part of the app's code repository.

      1 Reply Last reply
      1
      • N Offline
        N Offline
        nevo-david
        wrote on last edited by
        #9

        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 🙂

        1 Reply Last reply
        3
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote on last edited by
          #10

          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.

          1 Reply Last reply
          5
          • N Offline
            N Offline
            nevo-david
            wrote on last edited by nevo-david
            #11

            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 🙂

            marcusquinnM robiR 2 Replies Last reply
            7
            • N nevo-david

              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 🙂

              marcusquinnM Offline
              marcusquinnM Offline
              marcusquinn
              wrote on last edited by
              #12

              @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.

              Web Design https://www.evergreen.je
              Development https://brandlight.org
              Life https://marcusquinn.com

              1 Reply Last reply
              2
              • N nevo-david

                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 🙂

                robiR Offline
                robiR Offline
                robi
                wrote on last edited by
                #13

                @nebulon
                Looks like nodemailer has been implemented: https://docs.postiz.com/configuration/emails

                NodeMailer (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
                

                Conscious tech

                1 Reply Last reply
                3
                • humptydumptyH humptydumpty

                  @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.

                  cd1a8b55-ec8e-4540-a3f8-59a7147f873a-image.png

                  andreasduerenA Offline
                  andreasduerenA Offline
                  andreasdueren
                  wrote on last edited by
                  #14

                  @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.

                  cd1a8b55-ec8e-4540-a3f8-59a7147f873a-image.png

                  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?

                  jdaviescoatesJ robiR 2 Replies Last reply
                  1
                  • andreasduerenA andreasdueren

                    @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.

                    cd1a8b55-ec8e-4540-a3f8-59a7147f873a-image.png

                    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?

                    jdaviescoatesJ Offline
                    jdaviescoatesJ Offline
                    jdaviescoates
                    wrote on last edited by
                    #15

                    @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!

                    I use Cloudron with Gandi & Hetzner

                    andreasduerenA 1 Reply Last reply
                    1
                    • jdaviescoatesJ jdaviescoates

                      @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!

                      andreasduerenA Offline
                      andreasduerenA Offline
                      andreasdueren
                      wrote on last edited by
                      #16

                      @jdaviescoates I just sent you a dm

                      1 Reply Last reply
                      1
                      • andreasduerenA andreasdueren

                        @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.

                        cd1a8b55-ec8e-4540-a3f8-59a7147f873a-image.png

                        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?

                        robiR Offline
                        robiR Offline
                        robi
                        wrote on last edited by
                        #17

                        @andreasdueren I wouldn't bother with Mixpost as I recall installing it and found I wasted my time getting it working.

                        Conscious tech

                        andreasduerenA 1 Reply Last reply
                        0
                        • robiR robi

                          @andreasdueren I wouldn't bother with Mixpost as I recall installing it and found I wasted my time getting it working.

                          andreasduerenA Offline
                          andreasduerenA Offline
                          andreasdueren
                          wrote on last edited by
                          #18

                          @robi Like I've said I'm pretty content with it so far but also interested in seeing how Postiz performs.

                          1 Reply Last reply
                          1
                          • paddybP Offline
                            paddybP Offline
                            paddyb
                            wrote on last edited by
                            #19

                            +1 for Postiz!

                            jdaviescoatesJ 1 Reply Last reply
                            1
                            • paddybP paddyb

                              +1 for Postiz!

                              jdaviescoatesJ Offline
                              jdaviescoatesJ Offline
                              jdaviescoates
                              wrote on last edited by
                              #20

                              @paddyb said in Postiz - social media scheduling tool:

                              +1 for Postiz!

                              Upvote the original post 😉

                              I use Cloudron with Gandi & Hetzner

                              1 Reply Last reply
                              0
                              • girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #21

                                This is now packaged . Hope to get it out next week - https://git.cloudron.io/packages/postiz-app

                                nichu42N 1 Reply Last reply
                                11
                                • jdaviescoatesJ Offline
                                  jdaviescoatesJ Offline
                                  jdaviescoates
                                  wrote on last edited by
                                  #22

                                  Great! Looking forward to giving this a spin!

                                  I use Cloudron with Gandi & Hetzner

                                  1 Reply Last reply
                                  1
                                  • visampV Offline
                                    visampV Offline
                                    visamp
                                    wrote on last edited by
                                    #23

                                    I'm excited to see this in production!

                                    1 Reply Last reply
                                    6
                                    • nichu42N Offline
                                      nichu42N Offline
                                      nichu42
                                      wrote on last edited by
                                      #24

                                      Can't wait! This looks like a huge benefit to my subscription.

                                      Matrix: @nichu42:blueplanet.social

                                      1 Reply Last reply
                                      3
                                      • girishG girish

                                        This is now packaged . Hope to get it out next week - https://git.cloudron.io/packages/postiz-app

                                        nichu42N Offline
                                        nichu42N Offline
                                        nichu42
                                        wrote on last edited by
                                        #25

                                        @girish 👀 😳

                                        Matrix: @nichu42:blueplanet.social

                                        girishG 1 Reply Last reply
                                        1
                                        • nichu42N nichu42

                                          @girish 👀 😳

                                          girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #26

                                          @nichu42 I published it as unstable now but as a fair warning I have not managed reddit, mastodon and one more to work. mastodon is also hardcoded to mastodon.social which really limits the use for me personally .

                                          I think you have to set all sorts of environment variables for it to work and I haven't tested any of them.

                                          marcusquinnM 1 Reply Last reply
                                          6
                                          • girishG girish marked this topic as a question on
                                          • girishG girish has marked this topic as solved on
                                          • girishG girish locked this topic on
                                          • girishG girish unlocked this topic on
                                          • girishG girish locked this topic on
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search