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

Mixpost

Scheduled Pinned Locked Moved App Wishlist
164 Posts 15 Posters 42.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.
  • robiR robi

    @girish said in Mixpost:

    @jdaviescoates https://forum.cloudron.io/post/70435 still remains valid. It's not possible to package this for Cloudron .

    That's not quite entirely true, no? There is a writable part in /app/data and /var/run. It could be excluded from backups too depending on what directory it is downloaded to, say a hidden .pro dir.

    It's also possible to create an in-memory file system, and have it download the Pro version there at every start. Otherwise it's the lite version.

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

    @robi I wish this can get sorted out. Keeping up with updates manually is a real PITA.

    1 Reply Last reply
    2
    • robiR Offline
      robiR Offline
      robi
      wrote on last edited by
      #119

      I started a guide for Mixpost Lite in this thread:
      https://forum.cloudron.io/topic/11088/mixpost-lite-install-guide-for-lamp-app

      Let me know if I missed something.

      Conscious tech

      andreasduerenA 1 Reply Last reply
      4
      • robiR robi

        I started a guide for Mixpost Lite in this thread:
        https://forum.cloudron.io/topic/11088/mixpost-lite-install-guide-for-lamp-app

        Let me know if I missed something.

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

        @robi said in Mixpost:

        I started a guide for Mixpost Lite in this thread:
        https://forum.cloudron.io/topic/11088/mixpost-lite-install-guide-for-lamp-app

        Let me know if I missed something.

        BTW this also works no problem in the enterprise version.

        1 Reply Last reply
        1
        • humptydumptyH Offline
          humptydumptyH Offline
          humptydumpty
          wrote on last edited by
          #121

          image.png

          1 Reply Last reply
          2
          • andreasduerenA Offline
            andreasduerenA Offline
            andreasdueren
            wrote on last edited by
            #122

            I honestly don't know how much sense it makes to package this. It seems to run super smooth in the LAMP app and there are so many different versions to keep up with packaging

            humptydumptyH 1 Reply Last reply
            0
            • andreasduerenA andreasdueren

              I honestly don't know how much sense it makes to package this. It seems to run super smooth in the LAMP app and there are so many different versions to keep up with packaging

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

              @andreasdueren the app has to be changed/unified by Dima @lao9s if a package is to be made, and it doesn't look like he is willing to make that happen. We have plenty of paid apps packaged on Cloudron. I don't understand the rationale behind his refusal.

              1 Reply Last reply
              0
              • andreasduerenA Offline
                andreasduerenA Offline
                andreasdueren
                wrote on last edited by
                #124

                He's maybe focussing on developing it further right now and doesn't want the workload of packaging apps. I'm currently happy with the composer version as the docker one also doesn't have all the features.

                humptydumptyH 1 Reply Last reply
                0
                • andreasduerenA andreasdueren

                  He's maybe focussing on developing it further right now and doesn't want the workload of packaging apps. I'm currently happy with the composer version as the docker one also doesn't have all the features.

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

                  @andreasdueren I wish it's a time/focus issue. He's worried about licensing/ownership of the app. Any way, the composer method is the same method as the guide above? It's been a while and I forgot what method I was using.

                  1 Reply Last reply
                  1
                  • andreasduerenA Offline
                    andreasduerenA Offline
                    andreasdueren
                    wrote on last edited by
                    #126

                    Yes i'ts what you've been working on. I think I followed some of the instructions somewhere here for the lite version but applied it to the enterprise one

                    1 Reply Last reply
                    1
                    • P Offline
                      P Offline
                      privsec
                      wrote on last edited by
                      #127

                      So, out of curioisty.

                      To get the app working in the lamp app- is that the previously written up guide?

                      1 Reply Last reply
                      1
                      • andreasduerenA Offline
                        andreasduerenA Offline
                        andreasdueren
                        wrote on last edited by
                        #128

                        Yes should work no problem

                        1 Reply Last reply
                        0
                        • humptydumptyH Offline
                          humptydumptyH Offline
                          humptydumpty
                          wrote on last edited by
                          #129

                          I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

                          I tried a bunch of settings and currently have these, but nothing works:

                          # SMTP
                          MAIL_MAILER=mail
                          MAIL_HOST=mail
                          MAIL_PORT=2465
                          MAIL_USERNAME=mixpost.app@domain.com
                          MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                          MAIL_ENCRYPTION=tls
                          MAIL_FROM_ADDRESS="mixpost.app@domain.com"
                          MAIL_FROM_NAME="${APP_NAME}"
                          
                          andreasduerenA 1 Reply Last reply
                          1
                          • humptydumptyH humptydumpty

                            I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

                            I tried a bunch of settings and currently have these, but nothing works:

                            # SMTP
                            MAIL_MAILER=mail
                            MAIL_HOST=mail
                            MAIL_PORT=2465
                            MAIL_USERNAME=mixpost.app@domain.com
                            MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                            MAIL_ENCRYPTION=tls
                            MAIL_FROM_ADDRESS="mixpost.app@domain.com"
                            MAIL_FROM_NAME="${APP_NAME}"
                            
                            andreasduerenA Offline
                            andreasduerenA Offline
                            andreasdueren
                            wrote on last edited by
                            #130

                            @humptydumpty said in Mixpost:

                            I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

                            I tried a bunch of settings and currently have these, but nothing works:

                            # SMTP
                            MAIL_MAILER=mail
                            MAIL_HOST=mail
                            MAIL_PORT=2465
                            MAIL_USERNAME=mixpost.app@domain.com
                            MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                            MAIL_ENCRYPTION=tls
                            MAIL_FROM_ADDRESS="mixpost.app@domain.com"
                            MAIL_FROM_NAME="${APP_NAME}"
                            

                            I think MAIL_MAILER= needs to be smtp. At least that's what I had set up:

                            MAIL_MAILER=smtp
                            MAIL_HOST=mail
                            MAIL_PORT=2465
                            MAIL_USERNAME=app@domain.com
                            MAIL_PASSWORD= grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                            MAIL_ENCRYPTION=tls
                            MAIL_FROM_ADDRESS="app@domain.com"
                            MAIL_FROM_NAME="${APP_NAME}"
                            

                            I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

                            jdaviescoatesJ humptydumptyH 2 Replies Last reply
                            1
                            • andreasduerenA andreasdueren

                              @humptydumpty said in Mixpost:

                              I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

                              I tried a bunch of settings and currently have these, but nothing works:

                              # SMTP
                              MAIL_MAILER=mail
                              MAIL_HOST=mail
                              MAIL_PORT=2465
                              MAIL_USERNAME=mixpost.app@domain.com
                              MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                              MAIL_ENCRYPTION=tls
                              MAIL_FROM_ADDRESS="mixpost.app@domain.com"
                              MAIL_FROM_NAME="${APP_NAME}"
                              

                              I think MAIL_MAILER= needs to be smtp. At least that's what I had set up:

                              MAIL_MAILER=smtp
                              MAIL_HOST=mail
                              MAIL_PORT=2465
                              MAIL_USERNAME=app@domain.com
                              MAIL_PASSWORD= grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                              MAIL_ENCRYPTION=tls
                              MAIL_FROM_ADDRESS="app@domain.com"
                              MAIL_FROM_NAME="${APP_NAME}"
                              

                              I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

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

                              @andreasdueren said in Mixpost:

                              I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

                              Loads of apps could in theory work perfectly in the LAMP app - but it requires a load of work to set-up. Having it packaged would save all that work.

                              I use Cloudron with Gandi & Hetzner

                              humptydumptyH andreasduerenA 2 Replies Last reply
                              2
                              • jdaviescoatesJ jdaviescoates

                                @andreasdueren said in Mixpost:

                                I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

                                Loads of apps could in theory work perfectly in the LAMP app - but it requires a load of work to set-up. Having it packaged would save all that work.

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

                                @jdaviescoates exactly! I spent over two hours reinstalling mixpost yesterday. Most of that time was spent re-reading all the forum posts and docs to refresh my memory. Upgrading will still be a manual hassle too. There’s also an unsolved mystery, symphony; what is keeping horizon running?

                                1 Reply Last reply
                                2
                                • andreasduerenA andreasdueren

                                  @humptydumpty said in Mixpost:

                                  I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

                                  I tried a bunch of settings and currently have these, but nothing works:

                                  # SMTP
                                  MAIL_MAILER=mail
                                  MAIL_HOST=mail
                                  MAIL_PORT=2465
                                  MAIL_USERNAME=mixpost.app@domain.com
                                  MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                                  MAIL_ENCRYPTION=tls
                                  MAIL_FROM_ADDRESS="mixpost.app@domain.com"
                                  MAIL_FROM_NAME="${APP_NAME}"
                                  

                                  I think MAIL_MAILER= needs to be smtp. At least that's what I had set up:

                                  MAIL_MAILER=smtp
                                  MAIL_HOST=mail
                                  MAIL_PORT=2465
                                  MAIL_USERNAME=app@domain.com
                                  MAIL_PASSWORD= grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                                  MAIL_ENCRYPTION=tls
                                  MAIL_FROM_ADDRESS="app@domain.com"
                                  MAIL_FROM_NAME="${APP_NAME}"
                                  

                                  I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

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

                                  @andreasdueren I’ll give smtp a try but i think i tried that yesterday. Maybe i need different settings because i use a mailgun relay.

                                  1 Reply Last reply
                                  2
                                  • humptydumptyH Offline
                                    humptydumptyH Offline
                                    humptydumpty
                                    wrote on last edited by
                                    #134

                                    SMTP didn't work. I'll ask upstream.

                                    andreasduerenA 1 Reply Last reply
                                    1
                                    • jdaviescoatesJ jdaviescoates

                                      @andreasdueren said in Mixpost:

                                      I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

                                      Loads of apps could in theory work perfectly in the LAMP app - but it requires a load of work to set-up. Having it packaged would save all that work.

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

                                      @jdaviescoates I understand that. It seems to me though that the three different models add too much complexity though.

                                      1 Reply Last reply
                                      1
                                      • humptydumptyH humptydumpty

                                        SMTP didn't work. I'll ask upstream.

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

                                        @humptydumpty said in Mixpost:

                                        SMTP didn't work. I'll ask upstream.

                                        Hmm maybe you're right. I'm not sure my emails are being delivered either. Let me know if you find something out.

                                        1 Reply Last reply
                                        2
                                        • andreasduerenA Offline
                                          andreasduerenA Offline
                                          andreasdueren
                                          wrote on last edited by
                                          #137

                                          Looks like the latest update just fixed something because I got multiple reset emails right after

                                          humptydumptyH 2 Replies Last reply
                                          2
                                          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