Bot Updating Documentation

pull/10/head
LinuxServer-CI 2019-10-12 19:58:10 -04:00
rodzic d5b0cdb6d8
commit 366b865b1a
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -38,7 +38,7 @@ docker create \
-e PGID=1000 \
-e TZ=Europe/London \
-p 3000:3000 \
-v <path to data>:/config \
-v /path/to/appdata:/config \
--restart unless-stopped \
linuxserver/raneto
```
@ -60,7 +60,7 @@ services:
- PGID=1000
- TZ=Europe/London
volumes:
- <path to data>:/config
- /path/to/appdata:/config
ports:
- 3000:3000
restart: unless-stopped
@ -113,11 +113,11 @@ Access the webui at http://<your-ip>:3000
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.
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/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/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/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.