Added Todo till 1.0
This commit is contained in:
parent
102a5c7dc7
commit
d63fec52f0
1 changed files with 6 additions and 2 deletions
|
@ -2,11 +2,15 @@
|
|||
*The awesome and damn simple, selfhosted alternative to linktree*
|
||||
---
|
||||
## TODO:
|
||||
- [ ] working template
|
||||
- [X] working template
|
||||
- [ ] overwrites of default styles with css `!important` for round profile-pic etc.
|
||||
- [ ] more styles
|
||||
- [X] Dockerize
|
||||
|
||||
### TODO until 1.0:
|
||||
- [ ] Import my styles from the old socialtree
|
||||
- [X] Overwrite for round profile pictures
|
||||
|
||||
## Setup
|
||||
A up to date docker image is provided at my gitea, but you can also build it yourself.
|
||||
|
||||
|
@ -18,4 +22,4 @@ A up to date docker image is provided at my gitea, but you can also build it you
|
|||
### Deploy
|
||||
1. Done with docker-compose. Use the file at `dev/docker/stacks/main/compose.yml` and edit it to your needs.
|
||||
2. Configure the resulting config.yml file under your mounted assets volume `config/config.yml` and replace the profile pic in the img folder `img/profilepic.jpg`.
|
||||
The image name can be ajusted in the config file if needed.
|
||||
The image name can be ajusted in the config file if needed.
|
||||
|
|
Loading…
Reference in a new issue