A very basic Flask server that prompts the user for an instance domain, sends them through authentication flow, then displays a bare bones home timeline view. Basically just a proof of concept, feel free to use it for whatever you like.
Go to file
Ada Werefox 83248bab22 Added a container option for deployment, since that's what I'll be doing. Added requests library to requirements. Authentication flow now happens with a form submission of an instance domain. 2023-02-23 00:08:18 +00:00
app Added a container option for deployment, since that's what I'll be doing. Added requests library to requirements. Authentication flow now happens with a form submission of an instance domain. 2023-02-23 00:08:18 +00:00
.gitignore Initial commit. 2023-02-19 16:28:53 -06:00
Dockerfile Added a container option for deployment, since that's what I'll be doing. Added requests library to requirements. Authentication flow now happens with a form submission of an instance domain. 2023-02-23 00:08:18 +00:00
README.md Initial commit. 2023-02-19 16:28:53 -06:00
deploy.sh Added a container option for deployment, since that's what I'll be doing. Added requests library to requirements. Authentication flow now happens with a form submission of an instance domain. 2023-02-23 00:08:18 +00:00
docker-compose.yml Added a container option for deployment, since that's what I'll be doing. Added requests library to requirements. Authentication flow now happens with a form submission of an instance domain. 2023-02-23 00:08:18 +00:00
requirements.txt Added a container option for deployment, since that's what I'll be doing. Added requests library to requirements. Authentication flow now happens with a form submission of an instance domain. 2023-02-23 00:08:18 +00:00

README.md

GoToSocial FE

I'm gonna try to make a GoToSocial front-end. Right now, using Flask.

Usage

./deploy.sh development or ./deploy.sh production to run the Flask server.