zip-my-link/project.todo

23 lines
712 B
Org Mode

#-*- mode: org -*-
#+TODO: TODO INPROGRESS | DONE BACKLOG
#+STARTUP: overview
* TODO Move everything into an app directory
* TODO Knock out source code TODOs
* TODO Add button to copy shortened URL to clipboard
* TODO Add a 404 page in case the URL provided is invalid
* TODO Get the container running with the Dockerfile
* TODO Point zipmy.link to joe-vps
- [ ] Add DNS records
- [ ] Add to nginx.conf
- [ ] Generate certbot SSL cert
* TODO Create a README.org
* TODO Add MIT license
* BACKLOG Containerize couchdb
* BACKLOG RTFM on how to create docker compose files
* BACKLOG RTFM on how to create a container network
* BACKLOG Gitea Actions
* BACKLOG Unit tests
* BACKLOG Switch webserver to Axum and Rust