mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-01-24 23:12:21 +01:00
Updated README.md
This commit is contained in:
parent
f664270b5d
commit
1c6b70d640
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
app/static/cache/*
|
||||
*__pycache__*
|
||||
app/config.yaml
|
||||
*__pycache__*
|
||||
app/static/cache/*
|
@ -1,9 +1,14 @@
|
||||
# Landingpage
|
||||
# Portfolio
|
||||
|
||||
This software allows people and institutions to setup an easy landingpage\homepage to show their portfolio. It's configured via an yaml file.
|
||||
|
||||
## Access
|
||||
### Locale
|
||||
[http://127.0.0.1:5000](http://127.0.0.1:5000)
|
||||
|
||||
## Configure
|
||||
To configure this app create an config.yaml you can use config.sample.yaml as an example
|
||||
|
||||
|
||||
## Administrate Docker
|
||||
### Stop and Destroy
|
||||
@ -34,4 +39,4 @@ docker run -d -p 5000:5000 --name landingpage application-landingpage
|
||||
docker logs -f landingpage
|
||||
```
|
||||
## Author
|
||||
This software was created from [Kevin Veen-Birkenbach](https://www.veen.world/) with the help of [ChatGPT]()
|
||||
This software was created from [Kevin Veen-Birkenbach](https://www.veen.world/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user