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. Open Registration App for Cloudron

Open Registration App for Cloudron

Scheduled Pinned Locked Moved Discuss
15 Posts 7 Posters 3.9k Views 8 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.
  • timconsidineT timconsidine

    @plusone-nick wow, super cool πŸ‘

    P Offline
    P Offline
    plusone-nick
    wrote on last edited by
    #6

    @timconsidine thanks! Hopefully you find it useful

    βœŒπŸ’™+1

    1 Reply Last reply
    0
    • girishG girish

      @plusone-nick I guess main catch is the code base is in nodejs.

      P Offline
      P Offline
      plusone-nick
      wrote on last edited by
      #7

      @girish yeah that was one of my big blockers for NodeJS between Wapplers Docker-Compose and Cloudrons Dockerfile, if that obstacle can be overcome I have a NodeJS version too.

      For now we can start with the current PHP/LAMP implementation and have it as a stand alone app since this seems the most straightforward

      βœŒπŸ’™+1

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

        This looks nice! Is it possible to have "my cloudron" be replaced with whatever name we have set in our dashboard?

        scookeS 1 Reply Last reply
        1
        • humptydumptyH humptydumpty

          This looks nice! Is it possible to have "my cloudron" be replaced with whatever name we have set in our dashboard?

          scookeS Offline
          scookeS Offline
          scooke
          wrote on last edited by
          #9

          @humptydumpty Looks like it is editable: https://git.plusone.network/nick/cloudron-registration-community/-/blob/main/index.php. Just search for the phrase you want to replace; looks like it is on line 55.

          A life lived in fear is a life half-lived

          P 1 Reply Last reply
          3
          • scookeS scooke

            @humptydumpty Looks like it is editable: https://git.plusone.network/nick/cloudron-registration-community/-/blob/main/index.php. Just search for the phrase you want to replace; looks like it is on line 55.

            P Offline
            P Offline
            plusone-nick
            wrote on last edited by
            #10

            @scooke hit it right on the nose, thanks for sharing! @humptydumpty if you’d like a custom page I am open to contract work

            βœŒπŸ’™+1

            doodlemania2D 1 Reply Last reply
            2
            • P plusone-nick

              @scooke hit it right on the nose, thanks for sharing! @humptydumpty if you’d like a custom page I am open to contract work

              doodlemania2D Offline
              doodlemania2D Offline
              doodlemania2
              App Dev
              wrote on last edited by
              #11

              @plusone-nick this is amazing!!!!

              P 1 Reply Last reply
              2
              • doodlemania2D doodlemania2

                @plusone-nick this is amazing!!!!

                P Offline
                P Offline
                plusone-nick
                wrote on last edited by
                #12

                @doodlemania2 Thanks!! πŸ™ feel free to use it and let me know of any thoughts or suggestions

                βœŒπŸ’™+1

                1 Reply Last reply
                3
                • P plusone-nick

                  Could not decide where to post this:

                  • Feature Request
                  • App Wishlist
                    or
                  • App Packaging & Dev

                  So Discuss it is lol

                  @plusone-nick said in Open registration: 11 Jan 2020, 09:55

                  Also interested in this use case - if any code is shared please let me know =] I will also look into giving this a shot

                  Over the last few years I have been self teaching web development with the intent of making an app for users to self register for a Cloudron instance. One major requirement I had was I wanted the app to be "inside" Cloudron and not in another VPS
                  So after a lot of studying and banging my head on the wall I have a version that I feel is sufficient enough to use and share with the community!

                  Here it is!!!πŸŽ‰πŸŽŠπŸ₯³

                  d83e7d13-3ab2-491e-87ec-d31e392e4b96-image.png

                  Git: https://git.plusone.network/nick/cloudron-registration-community

                  Any questions, thoughts or suggestions are welcome!
                  Also, I am open to do custom front end work if anyone wants custom branding or a different layout 🀝

                  Final Note: If anyone is willing to help package this app for Cloudron please reach out πŸ™Œ

                  +1

                  murgeroM Offline
                  murgeroM Offline
                  murgero
                  App Dev
                  wrote on last edited by murgero
                  #13

                  @plusone-nick This would be cool as a standalone app cause then admins can just install this as needed.

                  Either way - I think the app will need a security audit before inclusion. Being a new dev and this is your first app, it's a good idea to make sure all the basics are covered.

                  I'd also recommend, if you're up to the task, is adding the ability for admins to add Terms of Services, Privacy Policy, and other misc legal stuff (Like GDPR and so on)

                  --
                  https://urgero.org
                  ~ Professional Nerd. Freelance Programmer. ~

                  P 2 Replies Last reply
                  6
                  • murgeroM murgero

                    @plusone-nick This would be cool as a standalone app cause then admins can just install this as needed.

                    Either way - I think the app will need a security audit before inclusion. Being a new dev and this is your first app, it's a good idea to make sure all the basics are covered.

                    I'd also recommend, if you're up to the task, is adding the ability for admins to add Terms of Services, Privacy Policy, and other misc legal stuff (Like GDPR and so on)

                    P Offline
                    P Offline
                    plusone-nick
                    wrote on last edited by
                    #14

                    @murgero indeed, it’s a very slim straightforward app, it stores no data and no important data is exposed in transit and it only makes like 2 or 3 calls to cloudron api but yeah anyone is welcome to audit as needed, would appreciate it

                    βœŒπŸ’™+1

                    1 Reply Last reply
                    3
                    • murgeroM murgero

                      @plusone-nick This would be cool as a standalone app cause then admins can just install this as needed.

                      Either way - I think the app will need a security audit before inclusion. Being a new dev and this is your first app, it's a good idea to make sure all the basics are covered.

                      I'd also recommend, if you're up to the task, is adding the ability for admins to add Terms of Services, Privacy Policy, and other misc legal stuff (Like GDPR and so on)

                      P Offline
                      P Offline
                      plusone-nick
                      wrote on last edited by
                      #15

                      @murgero & I will look into including the legal resources

                      βœŒπŸ’™+1

                      1 Reply Last reply
                      3
                      • A abargel referenced 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