Skip to content

Commit

Permalink
Merge pull request #6 from axilleas/update-readme-appdata-dir
Browse files Browse the repository at this point in the history
Update volume example to use paths
  • Loading branch information
aptalca authored Oct 12, 2019
2 parents d3d0673 + 0be445e commit 27214bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ available_architectures:
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "<path to data>", desc: "Raneto config and Markdown files" }
- { vol_path: "/config", vol_host_path: "/path/to/appdata", desc: "Raneto config and Markdown files" }

param_usage_include_ports: true
param_ports:
Expand All @@ -34,11 +34,11 @@ app_setup_block: |
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:
* /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.
You need to understand the following paths and the role they play for the application:
* /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.
# changelog
changelogs:
Expand Down

0 comments on commit 27214bc

Please sign in to comment.