Open Registration App for Cloudron
-
wrote on Aug 22, 2022, 2:20 AM last edited by
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!!!
π₯³
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 layoutFinal Note: If anyone is willing to help package this app for Cloudron please reach out
+1
-
-
-
-
This looks awesome @plusone-nick . Do you think this should be standalone as an app or somehow integrated into Cloudron main code base?
-
This looks awesome @plusone-nick . Do you think this should be standalone as an app or somehow integrated into Cloudron main code base?
wrote on Aug 22, 2022, 4:08 PM last edited by@girish thanks!
Im open to either option! I plan on making an βadminβ dashboard to enter the URL and Key data & simplify the install/confit process. I will need help in terms of packaging for Cloudron but Iβm willing and able to learn
-
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!!!
π₯³
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 layoutFinal Note: If anyone is willing to help package this app for Cloudron please reach out
+1
@plusone-nick wow, super cool
-
@girish thanks!
Im open to either option! I plan on making an βadminβ dashboard to enter the URL and Key data & simplify the install/confit process. I will need help in terms of packaging for Cloudron but Iβm willing and able to learn
@plusone-nick I guess main catch is the code base is in nodejs.
-
@plusone-nick wow, super cool
wrote on Aug 22, 2022, 6:57 PM last edited by@timconsidine thanks! Hopefully you find it useful
-
@plusone-nick I guess main catch is the code base is in nodejs.
wrote on Aug 22, 2022, 7:00 PM last edited by@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
-
wrote on Aug 23, 2022, 3:48 PM last edited by
This looks nice! Is it possible to have "my cloudron" be replaced with whatever name we have set in our dashboard?
-
This looks nice! Is it possible to have "my cloudron" be replaced with whatever name we have set in our dashboard?
wrote on Aug 23, 2022, 4:25 PM last edited by@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.
-
@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.
wrote on Aug 23, 2022, 6:18 PM last edited by@scooke hit it right on the nose, thanks for sharing! @humptydumpty if youβd like a custom page I am open to contract work
-
@scooke hit it right on the nose, thanks for sharing! @humptydumpty if youβd like a custom page I am open to contract work
@plusone-nick this is amazing!!!!
-
@plusone-nick this is amazing!!!!
wrote on Aug 25, 2022, 7:05 PM last edited by@doodlemania2 Thanks!!
feel free to use it and let me know of any thoughts or suggestions
-
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!!!
π₯³
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 layoutFinal Note: If anyone is willing to help package this app for Cloudron please reach out
+1
App Devwrote on Aug 25, 2022, 9:56 PM last edited by murgero Aug 25, 2022, 9:57 PM@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)
-
@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)
wrote on Aug 25, 2022, 11:15 PM last edited by@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
-
@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)
wrote on Aug 25, 2022, 11:16 PM last edited by@murgero & I will look into including the legal resources
-