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
  • Brite
  • 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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Plane - "The open source project management tool"

Plane - "The open source project management tool"

Scheduled Pinned Locked Moved App Wishlist
11 Posts 7 Posters 3.8k Views 9 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
    niels
    wrote on last edited by
    #1

    https://plane.so/

    "P L A N E
    Project Planning tool you will fall in love with.
    Plane helps you track your issues, epics, and product roadmaps in the simplest way possible."

    "Plane is an open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind 🧘‍♀️."

    It is rather reminiscent of JIRA (also see https://forum.cloudron.io/topic/1654/atlassian-jira-the-1-software-development-tool-used-by-agile-teams).

    Self-hosting instructions can be found on https://docs.plane.so/self-hosting.

    The source code lives at https://github.com/makeplane/plane.

    L 1 Reply Last reply
    27
    • N niels

      https://plane.so/

      "P L A N E
      Project Planning tool you will fall in love with.
      Plane helps you track your issues, epics, and product roadmaps in the simplest way possible."

      "Plane is an open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind 🧘‍♀️."

      It is rather reminiscent of JIRA (also see https://forum.cloudron.io/topic/1654/atlassian-jira-the-1-software-development-tool-used-by-agile-teams).

      Self-hosting instructions can be found on https://docs.plane.so/self-hosting.

      The source code lives at https://github.com/makeplane/plane.

      L Offline
      L Offline
      LoudLemur
      wrote on last edited by
      #2

      @niels I tried to see if this supports Gantt charts but couldn't find anything.

      N 1 Reply Last reply
      0
      • L LoudLemur

        @niels I tried to see if this supports Gantt charts but couldn't find anything.

        N Offline
        N Offline
        niels
        wrote on last edited by
        #3

        @LoudLemur Gantt charts just got merged and should be available in the next release: https://github.com/makeplane/plane/pull/1062

        1 Reply Last reply
        4
        • ericdrgnE ericdrgn referenced this topic on
        • I igaudette referenced this topic on
        • marcusquinnM Offline
          marcusquinnM Offline
          marcusquinn
          wrote on last edited by
          #4

          Looks cool. Could do with some screenshots:

          1c0220dc-95b1-4784-853f-a30a3b3d50d5-image.png

          f26601b7-9d57-46ae-b19f-909fc7b120d8-image.png

          6a32fd41-70f8-4d96-b148-10806670249e-image.png

          b9e08011-8cf0-4f58-9117-664a577007fb-image.png

          a83aef4d-7051-4756-b9fe-3a4006f1be9d-image.png

          634f82ad-1b5d-4725-a669-91dc532455c2-image.png

          Web Design & Development: https://www.evergreen.je
          Technology & Apps: https://www.marcusquinn.com

          1 Reply Last reply
          1
          • P Offline
            P Offline
            plan-a
            wrote on last edited by
            #5

            I would love to have Plane on Cloudron. I am currently using the Plane cloud, but I would instantly switch to Cloudron, if it was available there.

            1 Reply Last reply
            2
            • marcusquinnM marcusquinn referenced this topic on
            • C charlesnw referenced this topic on
            • D Offline
              D Offline
              david.opalia
              wrote on last edited by
              #6

              We are currently running it self-hosted in Docker on our NAS, but we would migrate to Cloudron if it becomes available.

              Can we help ?

              robiR 1 Reply Last reply
              2
              • D david.opalia

                We are currently running it self-hosted in Docker on our NAS, but we would migrate to Cloudron if it becomes available.

                Can we help ?

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

                @david.opalia Yes, you can make a custom package and submit it to the Cloudron App store.

                Conscious tech

                1 Reply Last reply
                2
                • M Offline
                  M Offline
                  miednr
                  wrote on last edited by
                  #8

                  Will plane come to Cloudron? I am also interested in using plane self-hosted.

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    LoudLemur
                    wrote on last edited by
                    #9

                    It looks like Plane have given up on Gantt charts.

                    Epics fits into the Plane hierarchy like this:

                    Hierarchy: Issues → Epics → Initiatives (Initiatives group multiple Epics for even larger scopes).

                    1 Reply Last reply
                    1
                    • L Offline
                      L Offline
                      LoudLemur
                      wrote on last edited by
                      #10
                      This post is deleted!
                      1 Reply Last reply
                      0
                      • L Offline
                        L Offline
                        LoudLemur
                        wrote on last edited by
                        #11

                        What Cloudron fights you on for Plane: the single-container model.

                        It is probably better to just use Plane's Docker Compose and run it on its own little VPS.

                        Plane is not a monolithic app with a database bolted on. It is a distributed system with nine services, a message broker, and an object store. Cramming all of that into one container with supervisord is not how any of those components were designed to run. It works (Outline, Cal.com, Seafile, and Zoneminder have all been packaged this way), but the result is fragile in ways that a Docker Compose deployment is not. If the Celery worker crashes and supervisord restarts it, that is fine. If LavinMQ crashes and takes in-flight messages with it while the API is still accepting requests, you get silent failures that are hard to diagnose. The failure modes multiply with the number of co-located services.

                        1 Reply Last reply
                        1

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        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