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. Discuss
  3. Mixpost Lite Install Guide for LAMP App

Mixpost Lite Install Guide for LAMP App

Scheduled Pinned Locked Moved Discuss
28 Posts 7 Posters 3.8k Views 7 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.
  • nebulonN Away
    nebulonN Away
    nebulon
    Staff
    wrote on last edited by
    #3

    Does it maybe get killed out of memory?

    robiR 1 Reply Last reply
    1
    • KubernetesK Offline
      KubernetesK Offline
      Kubernetes
      App Dev
      wrote on last edited by
      #4

      Oh, thats a good hint! Thanks, I will check

      1 Reply Last reply
      0
      • nebulonN nebulon

        Does it maybe get killed out of memory?

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

        @nebulon said in Mixpost Lite Install Guide for LAMP App:

        Does it maybe get killed out of memory?

        Yes, exactly, I mention it twice in my notes!

        Conscious tech

        KubernetesK 1 Reply Last reply
        0
        • robiR robi

          @nebulon said in Mixpost Lite Install Guide for LAMP App:

          Does it maybe get killed out of memory?

          Yes, exactly, I mention it twice in my notes!

          KubernetesK Offline
          KubernetesK Offline
          Kubernetes
          App Dev
          wrote on last edited by
          #6

          @robi I know, I read it twice ๐Ÿ˜‰ But I thought it would only apply to the LAMP App, but not to a custom App.

          robiR 1 Reply Last reply
          1
          • KubernetesK Offline
            KubernetesK Offline
            Kubernetes
            App Dev
            wrote on last edited by
            #7

            Okay, great, now it is running and not killed.
            What tcp port is the application using, so I can reference the port in the Cloudron Manifest?

            robiR 1 Reply Last reply
            0
            • KubernetesK Kubernetes

              @robi I know, I read it twice ๐Ÿ˜‰ But I thought it would only apply to the LAMP App, but not to a custom App.

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

              @Kubernetes Haha, fascinating how we have such different perspectives reading the same text!

              Conscious tech

              1 Reply Last reply
              2
              • KubernetesK Kubernetes

                Okay, great, now it is running and not killed.
                What tcp port is the application using, so I can reference the port in the Cloudron Manifest?

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

                @Kubernetes Congrats. Did you notice it uses apache?

                It's a php app run by apache, so port 80, unless you run it standalone which can then have a specified port. (likely a better option for packaging)
                See the Docker section https://github.com/inovector/MixpostApp?tab=readme-ov-file#docker-installation

                Conscious tech

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

                  @robi does the cron hack mentioned in the Pro post not work for the lite? If it does, that should keep horizon active.

                  robiR 1 Reply Last reply
                  0
                  • humptydumptyH humptydumpty

                    @robi does the cron hack mentioned in the Pro post not work for the lite? If it does, that should keep horizon active.

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

                    @humptydumpty that is not what it is doing.

                    The cron is simply to schedule runs of any posts it has to send. If its not there, it will never send posts, not even the immediate ones!

                    Odd design choice IMO.

                    Does the pro version show you images from URLs you want to post?

                    Does it deal with long posts to break them up in multiple smaller ones in a thread?

                    I decided to use the run.sh startup method from the cloudron docs for laravel apps.

                    Conscious tech

                    humptydumptyH jdaviescoatesJ 2 Replies Last reply
                    1
                    • KubernetesK Offline
                      KubernetesK Offline
                      Kubernetes
                      App Dev
                      wrote on last edited by
                      #12

                      I stopped working on the package. The effort to get this running is to high for me.

                      1 Reply Last reply
                      3
                      • robiR robi

                        @humptydumpty that is not what it is doing.

                        The cron is simply to schedule runs of any posts it has to send. If its not there, it will never send posts, not even the immediate ones!

                        Odd design choice IMO.

                        Does the pro version show you images from URLs you want to post?

                        Does it deal with long posts to break them up in multiple smaller ones in a thread?

                        I decided to use the run.sh startup method from the cloudron docs for laravel apps.

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

                        @robi said in Mixpost Lite Install Guide for LAMP App:

                        Does the pro version show you images from URLs you want to post?

                        Nope. It shows no image preview of the link while creating the post in Mixpost Pro, nor is it displayed once posted on X. It's the only account I have linked to Mixpost atm.

                        @robi said in Mixpost Lite Install Guide for LAMP App:

                        Does it deal with long posts to break them up in multiple smaller ones in a thread?

                        Also a big fat nope. It won't let you proceed with posting if you go over the limit.

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

                          Thanks for the feedback @humptydumpty - doesn't sound like I'll be using it. Nope is right.

                          Conscious tech

                          humptydumptyH 1 Reply Last reply
                          2
                          • robiR robi

                            @humptydumpty that is not what it is doing.

                            The cron is simply to schedule runs of any posts it has to send. If its not there, it will never send posts, not even the immediate ones!

                            Odd design choice IMO.

                            Does the pro version show you images from URLs you want to post?

                            Does it deal with long posts to break them up in multiple smaller ones in a thread?

                            I decided to use the run.sh startup method from the cloudron docs for laravel apps.

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

                            @robi said in Mixpost Lite Install Guide for LAMP App:

                            Does the pro version show you images from URLs you want to post?

                            Does it deal with long posts to break them up in multiple smaller ones in a thread?

                            You could add these ideas over at https://roadmap.mixpost.app/ (or upvote them if others have already addded them)

                            I use Cloudron with Gandi & Hetzner

                            robiR humptydumptyH 2 Replies Last reply
                            0
                            • jdaviescoatesJ jdaviescoates

                              @robi said in Mixpost Lite Install Guide for LAMP App:

                              Does the pro version show you images from URLs you want to post?

                              Does it deal with long posts to break them up in multiple smaller ones in a thread?

                              You could add these ideas over at https://roadmap.mixpost.app/ (or upvote them if others have already addded them)

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

                              @jdaviescoates feel free to do so.

                              This app doesn't fit my needs I won't be spending more time on it.

                              Conscious tech

                              1 Reply Last reply
                              0
                              • jdaviescoatesJ jdaviescoates

                                @robi said in Mixpost Lite Install Guide for LAMP App:

                                Does the pro version show you images from URLs you want to post?

                                Does it deal with long posts to break them up in multiple smaller ones in a thread?

                                You could add these ideas over at https://roadmap.mixpost.app/ (or upvote them if others have already addded them)

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

                                @jdaviescoates why bother? Forget the apps shortcomings, itโ€™ll never get packaged on Cloudron and it's a hassle to keep up with updates manually.

                                jdaviescoatesJ 1 Reply Last reply
                                0
                                • humptydumptyH humptydumpty

                                  @jdaviescoates why bother? Forget the apps shortcomings, itโ€™ll never get packaged on Cloudron and it's a hassle to keep up with updates manually.

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

                                  @humptydumpty it seems like a pretty decent app to me (certainly the best open source app of it's kind afaik) and the developer seems fairly responsive too.

                                  It might never be packaged for Cloudron (which is sad) and hard to update when hack to runn on Cloudron as some have attempted, but it sounds like if one were just running it on a dedicated small VPS and installed it using Docker that it'd be pretty straight forward to update, at least according to the docs https://docs.inovector.com/books/mixpost-pro/page/update-with-docker

                                  I use Cloudron with Gandi & Hetzner

                                  humptydumptyH 1 Reply Last reply
                                  0
                                  • jdaviescoatesJ jdaviescoates

                                    @humptydumpty it seems like a pretty decent app to me (certainly the best open source app of it's kind afaik) and the developer seems fairly responsive too.

                                    It might never be packaged for Cloudron (which is sad) and hard to update when hack to runn on Cloudron as some have attempted, but it sounds like if one were just running it on a dedicated small VPS and installed it using Docker that it'd be pretty straight forward to update, at least according to the docs https://docs.inovector.com/books/mixpost-pro/page/update-with-docker

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

                                    @jdaviescoates totally valid points but this app made me realize how much i prefer hosting the Cloudron way. Iโ€™ll drop any app/service in a heartbeat if itโ€™s incompatible. I used to enjoy tinkering with tech but my interests changed in life. Cloudron simply works. Why mess with that? ๐Ÿ˜

                                    Btw, the dev might be responsive but he wants things to work his way or the highway. I supported him financially and spent more time than I should have trying to get mixpost to work on here and to nudge the dev in the right direction to no avail.

                                    jdaviescoatesJ 1 Reply Last reply
                                    2
                                    • humptydumptyH humptydumpty

                                      @jdaviescoates totally valid points but this app made me realize how much i prefer hosting the Cloudron way. Iโ€™ll drop any app/service in a heartbeat if itโ€™s incompatible. I used to enjoy tinkering with tech but my interests changed in life. Cloudron simply works. Why mess with that? ๐Ÿ˜

                                      Btw, the dev might be responsive but he wants things to work his way or the highway. I supported him financially and spent more time than I should have trying to get mixpost to work on here and to nudge the dev in the right direction to no avail.

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

                                      @humptydumpty did you get an early adoptor lifetime license? Wanna sell it to me? ๐Ÿ˜›

                                      I use Cloudron with Gandi & Hetzner

                                      humptydumptyH 1 Reply Last reply
                                      1
                                      • jdaviescoatesJ jdaviescoates

                                        @humptydumpty did you get an early adoptor lifetime license? Wanna sell it to me? ๐Ÿ˜›

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

                                        @jdaviescoates yes I did! Iโ€™m planning on waiting about a year to see the appโ€™s progress. If i decide that itโ€™s not for me, the license is yours.

                                        jdaviescoatesJ 1 Reply Last reply
                                        1
                                        • humptydumptyH humptydumpty

                                          @jdaviescoates yes I did! Iโ€™m planning on waiting about a year to see the appโ€™s progress. If i decide that itโ€™s not for me, the license is yours.

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

                                          @humptydumpty fair enough, thanks! ๐Ÿ™‚

                                          I use Cloudron with Gandi & Hetzner

                                          1 Reply 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