Outline - a Notion-like open source app
-
wrote on Oct 31, 2023, 8:40 PM last edited by
@bmann said in Outline - a Notion-like open source app:
+1 for Outline
Upvote the original post at the top of the thread
(had a quick look a don't think I spotted your icon in the upvoters)
-
wrote on Nov 3, 2023, 8:09 AM last edited by
Hey, I've put together an OIDC enabled Cloudron app here: https://gist.github.com/walski/e5d5b7ddb781f028b071b6ca12c460cd this runs just fine on our Cloudron
Happy to make this "app-store-ready" if somebody can let me know what exactly that entails
-
App Devwrote on Nov 3, 2023, 2:43 PM last edited by timconsidine Nov 3, 2023, 2:46 PM
Well done @walski
For App Store ready, maybe @staff can confirm, but these are good steps :- add a LICENCE (copy from source repo ?)
- add a README (credit the source repo and provide a link)
- optionally add a POSTINSTALL.md if there any post-install steps
- maybe add a repo to https://git.cloudron.io/ , although I think @staff need to permission your account to create repos, and maybe they can work with the link you provided
I'm sure there will be several keen to try it out
-
Hey, I've put together an OIDC enabled Cloudron app here: https://gist.github.com/walski/e5d5b7ddb781f028b071b6ca12c460cd this runs just fine on our Cloudron
Happy to make this "app-store-ready" if somebody can let me know what exactly that entails
wrote on Nov 3, 2023, 2:49 PM last edited by jdaviescoates Nov 3, 2023, 2:49 PM@walski said in Outline - a Notion-like open source app:
Hey, I've put together an OIDC enabled Cloudron app here: https://gist.github.com/walski/e5d5b7ddb781f028b071b6ca12c460cd this runs just fine on our Cloudron
Thank you!
Happy to make this "app-store-ready" if somebody can let me know what exactly that entails
Have a read of https://docs.cloudron.io/packaging/publishing/
Although my understanding is that one of the things that needs doing is writing tests and I can't find anything about doing that in the guides/ tutorials
But @staff can advise
-
wrote on Nov 4, 2023, 10:43 PM last edited by
I've updated the packaged app to include a license, run the app as the
cloudron
user and also cleaned up the manifest a bit. Happy to help more if there is anything left to do -
@walski awesome ! Do you have a repo instead of a github gist ?
I can also give you access to https://git.cloudron.io/cloudron/outline-app and you can commit it there directly. If you can create an account in git.cloudron.io and give me your id, I can give you access.
-
@walski awesome ! Do you have a repo instead of a github gist ?
I can also give you access to https://git.cloudron.io/cloudron/outline-app and you can commit it there directly. If you can create an account in git.cloudron.io and give me your id, I can give you access.
wrote on Nov 7, 2023, 11:48 AM last edited by jdaviescoates Nov 7, 2023, 12:34 PM@girish exciting that it sounds like we're edging towards having Outline in the Cloudron App store (and with OIDC too!)
-
wrote on Nov 7, 2023, 1:14 PM last edited by
@girish I've DM'd you. You can also just clone the gist as a git repo: git@gist.github.com :e5d5b7ddb781f028b071b6ca12c460cd.git
-
@girish I've DM'd you. You can also just clone the gist as a git repo: git@gist.github.com:e5d5b7ddb781f028b071b6ca12c460cd.git
-
wrote on Nov 7, 2023, 1:51 PM last edited by
@girish I've opened a merge request as I wasn't sure if I should just overwrite the existing app in that repo. That merge request does exactly that, complete replacement with the app I put together. I've kept the existing CI/CD config but nothing else.
-
-
-
-