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/callback
for 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/env
file. Update theGITHUB_CLIENT_ID
andGITHUB_CLIENT_SECRET
values with your Github OAuth App's Client ID and Client Secret. - Restart the app.
- Login with Github!