Astral App¶
Discontinued
Please note this app is not available anymore since upstream development has stopped.
About¶
Astral is an open source application that allows you to organize your GitHub Stars with ease.
- Questions? Ask in the Cloudron Forum - Astral
 - Astral Website
 - Astral issue tracker
 
Setup¶
Astral requires a Github OAuth Application. You are able to create one from you Github account and then adjust the env file to use this application: 
- Go to Github -> Settings -> OAuth Apps and create a new OAuth app.
 - Enter 
Astral,astral.yourcloudron.com, andhttps://astral.yourcloudron.com/auth/github/callbackfor Application Name, Homepage URL, and Authorization callback URL, respectively. - Generate a new Client Secret, make note of this, you'll only see it once.
 - Use the app's File Manager to edit 
/app/data/envfile. Update theGITHUB_CLIENT_IDandGITHUB_CLIENT_SECRETvalues with your Github OAuth App's Client ID and Client Secret. - Restart the app.
 - Login with Github!