kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
d5b0cdb6d8
commit
366b865b1a
|
@ -38,7 +38,7 @@ docker create \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-v <path to data>:/config \
|
-v /path/to/appdata:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
linuxserver/raneto
|
linuxserver/raneto
|
||||||
```
|
```
|
||||||
|
@ -60,7 +60,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- /path/to/appdata:/config
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -115,9 +115,9 @@ The default username and password is *admin/password*
|
||||||
This application can only be configured through file storage the web interface is only for editing Markdown files.
|
This application can only be configured through file storage the web interface is only for editing Markdown files.
|
||||||
You need to understand the following paths and the role they play for the application:
|
You need to understand the following paths and the role they play for the application:
|
||||||
|
|
||||||
* /config/config.default.js - Main configuation file to setup your user/site name/etc
|
* /config/config.default.js - Main configuration file to setup your user, site name, etc.
|
||||||
* /config/content - All of your markdown files go here [more info](http://docs.raneto.com/usage/creating-pages)
|
* /config/content - All of your Markdown files go here [more info](http://docs.raneto.com/usage/creating-pages).
|
||||||
* /config/images - This folder will serve content on http://<your-ip>:3000/images/<image name>.png you can put anything in here but it is specifically for image files so you can embedd them in your markdown files without using external hosting.
|
* /config/images - This folder will serve content on http://<your-ip>:3000/images/<image name>.png you can put anything in here but it is specifically for image files so you can embed them in your Markdown files without using external hosting.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue