21 lines
626 B
Org Mode
21 lines
626 B
Org Mode
#-*- mode: org -*-
|
|
#+TODO: TODO INPROGRESS | DONE BACKLOG
|
|
#+STARTUP: overview
|
|
|
|
* DONE Add button to copy shortened URL to clipboard
|
|
* DONE Add a 404 page in case the URL provided is invalid
|
|
* TODO RTFM on how to create docker compose files
|
|
* TODO Containerize couchdb
|
|
* 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 RTFM on how to create a container network
|
|
* BACKLOG Gitea Actions
|
|
* BACKLOG Unit tests
|
|
* BACKLOG Switch webserver to Axum and Rust
|