mirror of
https://github.com/tiyn/amphora-wiki.git
synced 2025-04-19 15:27:46 +02:00
logo: added logo
This commit is contained in:
parent
aa6058c151
commit
26c1bc2f63
@ -1,5 +1,7 @@
|
|||||||
# Amphora Wiki
|
# Amphora Wiki
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
This is a simple wiki based on Pythons Flask framework.
|
This is a simple wiki based on Pythons Flask framework.
|
||||||
There is much great wiki software.
|
There is much great wiki software.
|
||||||
Most of them are using some kind of database.
|
Most of them are using some kind of database.
|
||||||
@ -60,7 +62,7 @@ The `config.py` can be found in the `src` folder.
|
|||||||
Set the following volumes with the -v tag.
|
Set the following volumes with the -v tag.
|
||||||
|
|
||||||
| Volume-Name | Container mount | Description |
|
| Volume-Name | Container mount | Description |
|
||||||
|-------------|---------------------------|--------------------------------------------------------------|
|
| ----------- | ------------------------- | ------------------------------------------------------------ |
|
||||||
| config-file | /wiki/src/config.py | Config file |
|
| config-file | /wiki/src/config.py | Config file |
|
||||||
| entries | /wiki/src/templates/entry | Directory for wiki entries |
|
| entries | /wiki/src/templates/entry | Directory for wiki entries |
|
||||||
| css | /wiki/src/static/css | (optional) Directory for css files |
|
| css | /wiki/src/static/css | (optional) Directory for css files |
|
||||||
@ -71,7 +73,7 @@ Set the following volumes with the -v tag.
|
|||||||
Set the following ports with the -p tag.
|
Set the following ports with the -p tag.
|
||||||
|
|
||||||
| Container-Port | Recommended outside port | Protocol | Description |
|
| Container-Port | Recommended outside port | Protocol | Description |
|
||||||
|----------------|--------------------------|----------|-------------|
|
| -------------- | ------------------------ | -------- | ----------- |
|
||||||
| 5000 | 80 | TCP | HTTP port |
|
| 5000 | 80 | TCP | HTTP port |
|
||||||
|
|
||||||
#### Example run-command
|
#### Example run-command
|
||||||
|
BIN
amphora_wiki.png
Normal file
BIN
amphora_wiki.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
Loading…
x
Reference in New Issue
Block a user