Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Oct 12, 2019
1 parent 27214bc commit 7eec934
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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
```
Expand All @@ -86,7 +86,7 @@ services:
- PGID=1000
- TZ=Europe/London
volumes:
- <path to data>:/config
- /path/to/appdata:/config
ports:
- 3000:3000
restart: unless-stopped
Expand Down Expand Up @@ -126,11 +126,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.



Expand Down

0 comments on commit 7eec934

Please sign in to comment.