mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
Duplicate website/docs/applications/content-management/tiddlywiki.md history in roles/tiddlywiki/docs/ history.
This commit is contained in:
parent
e247f7c456
commit
959d1579d0
1 changed files with 37 additions and 0 deletions
37
roles/tiddlywiki/docs/tiddlywiki.md
Normal file
37
roles/tiddlywiki/docs/tiddlywiki.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
title: "TiddlyWiki"
|
||||
description: "A notebook for capturing, organizing, and sharing information"
|
||||
---
|
||||
|
||||
Homepage: <https://www.tiddlywiki.com/>
|
||||
|
||||
TiddlyWiki is a unique non-linear notebook for capturing, organizing, and sharing complex information. Use it to keep your to-do list, to plan an essay or novel, or to organise your wedding. Record every thought that crosses your brain, or build a flexible and responsive website. Unlike conventional online services, TiddlyWiki lets you choose where to keep your data, guaranteeing that in the decades to come you will still be able to use the notes you take today.
|
||||
|
||||
## Usage
|
||||
|
||||
Set `tiddlywiki_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
If you want to access TiddlyWiki externally, set `tiddlywiki_available_externally: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
The TiddlyWiki web interface can be found at <http://ansible_nas_host_or_ip:8092>.
|
||||
|
||||
## Specific Configuration
|
||||
|
||||
The TiddlyWiki role has several configuration parameters. All parameters are optional.
|
||||
|
||||
### Data and Networking
|
||||
|
||||
| Parameter | Description |
|
||||
|---------------------------|-------------------------------|
|
||||
| tiddlywiki_data_directory | Host location to store data |
|
||||
| tiddlywiki_port | Host port for internal access |
|
||||
| tiddlywiki_hostname | Subdomain for external access |
|
||||
|
||||
### Server Configuration
|
||||
|
||||
| Parameter | Description |
|
||||
|------------------------|--------------------------|
|
||||
| tiddlywiki_username | Basic Auth username |
|
||||
| tiddlywiki_password | Basic Auth password |
|
||||
| tiddlywiki_node_memory | NodeJS memory allocation |
|
||||
| tiddlywiki_debug_level | Service debugging |
|
Loading…
Reference in a new issue