From 959d1579d0230eae72dd70810e98e7240376f8db Mon Sep 17 00:00:00 2001 From: Anarion Dunedain Date: Tue, 28 Mar 2023 13:59:08 +0200 Subject: [PATCH] Duplicate website/docs/applications/content-management/tiddlywiki.md history in roles/tiddlywiki/docs/ history. --- roles/tiddlywiki/docs/tiddlywiki.md | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 roles/tiddlywiki/docs/tiddlywiki.md diff --git a/roles/tiddlywiki/docs/tiddlywiki.md b/roles/tiddlywiki/docs/tiddlywiki.md new file mode 100644 index 00000000..be0344b2 --- /dev/null +++ b/roles/tiddlywiki/docs/tiddlywiki.md @@ -0,0 +1,37 @@ +--- +title: "TiddlyWiki" +description: "A notebook for capturing, organizing, and sharing information" +--- + +Homepage: + +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//nas.yml` file. + +If you want to access TiddlyWiki externally, set `tiddlywiki_available_externally: true` in your `inventories//nas.yml` file. + +The TiddlyWiki web interface can be found at . + +## 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 |