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.
| app | ||
| .gitignore | ||
| deploy.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
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.