General
Features
YAML
Copy to clipboard
preferences: display_field_order: DMY feature_backlinks: y feature_calendar: y feature_wiki_structure: y feature_trackers: y wiki_list_backlinks: y feature_listorphanPages: y feature_page_title: y wiki_page_name_above: y feature_wiki_allowhtml: y wiki_auto_toc: y wikiplugin_backlinks: y wikiplugin_listpages: y wikiplugin_showpages: y wikiplugin_titlesearch: y feature_wiki_comments: y wiki_toc_default: y feature_syntax_highlighter: y wiki_inline_auto_toc: y feature_wiki_attachments: y validateUsers: n feature_freetags: y feature_wizard_user: y fgal_use_db: n
Calendar
YAML
Copy to clipboard
objects: - type: calendar data: name: nomada mode: create_or_update description: nomada calendar options: show_calname: y - type: calendar data: name: vikunja mode: create_or_update description: vikunja calendar options: show_calname: y
Calendar tracker
YAML
Copy to clipboard
objects: - type: tracker ref: trac_as_cal data: name: Tasks description: Tracker Events to store task that are synced to vikunja show: - status - creation_date - list_creation_date - modification_date - list_modification_date allow: - comments sort_default_field: trac_as_cal_title - type: tracker_field data: name: Title permname: trac_as_cal_title tracker: $trac_as_cal type: text_field flags: - searchable - public - list - mandatory - link order: 10 - type: tracker_field ref: description data: name: Description permname: trac_as_cal_description tracker: $trac_as_cal type: text_area options: 1 flags: - public - mandatory order: 30 - type: tracker_field ref: start_date data: name: Start date permname: trac_as_cal_start_date tracker: $trac_as_cal type: calendar options: dt,1 flags: - searchable - public - list order: 40 - type: tracker_field ref: end_date data: name: End date permname: trac_as_cal_end_date tracker: $trac_as_cal type: calendar options: dt,1 flags: - searchable - public - list order: 50 - type: tracker_field data: name: Due date permname: trac_as_cal_due_date tracker: $trac_as_cal type: calendar options: dt,1 flags: - searchable - public - list order: 60 - type: tracker_field data: name: Vikunja Id permname: trac_as_cal_vikunja_id tracker: $trac_as_cal type: numeric options: 1 flags: - searchable - public - list order: 70 - type: tracker_field data: name: Calendar Id permname: trac_as_cal_calendar_id tracker: $trac_as_cal type: numeric options: 1 flags: - searchable - public - list order: 80 - type: tracker_field data: name: Category permname: trac_as_cal_category tracker: $trac_as_cal type: category options: 1 flags: - searchable - public - list order: 90
Inbox tracker
YAML
Copy to clipboard
objects: - type: tracker ref: trac_inbox data: name: Inbox description: Tracker to store inbox stuff mostly from telegram show: - creation_date - list_creation_date - modification_date - list_modification_date allow: - comments sort_default_field: trac_inbox_title - type: tracker_field data: name: Title permname: trac_inbox_title tracker: $trac_inbox type: text_field flags: - searchable - public - list - mandatory - link order: 10 - type: tracker_field data: name: Description permname: trac_inbox_description tracker: $trac_inbox type: text_area options: 1 flags: - public - mandatory order: 30
Structure
YAML
Copy to clipboard
preferences: enable: [feature_wiki] wikiHomePage: Main objects: - type: wiki_page ref: nomada_structure data: name: Main description: Home Page of the wiki structure: 0 - type: wiki_page data: name: Inbox Page description: Inbox page of the wiki structure: $nomada_structure - type: wiki_page ref: para_page data: name: P.A.R.A. description: P.A.R.A page of the wiki structure: $nomada_structure - type: wiki_page data: name: Projects description: Projects page of the wiki structure: $para_page - type: wiki_page data: name: Areas description: Areas page of the wiki structure: $para_page - type: wiki_page data: name: Resources description: Resources page of the wiki structure: $para_page - type: wiki_page ref: archives_page data: name: Archives description: Archives page of the wiki structure: $para_page - type: wiki_page data: name: Recipes description: Recipes page of the Wiki structure: $archives_page - type: wiki_page data: name: Restaurants description: Restaurants of the Wiki structure: $archives_page
Groups
YAML
Copy to clipboard
permissions: Family: description: Users that are Family allow: [ edit, minor ] deny: [ export_wiki ] include: [ Registered ] Friends: description: Users that are friends allow: [ edit, minor ] deny: [ export_wiki ] include: [ Registered ]
Users
YAML
Copy to clipboard
objects: - type: user data: name: davidbeijinho pass: davidbeijinho email: david@thebeijinho.com groups: [ Family, Friends ] - type: user data: name: simo pass: simo email: simo@thebeijinho.com groups: [ Family ] - type: user data: name: dimas pass: dimas email: dimas@thebeijinho.com groups: [ Friends ]
File galleries
YAML
Copy to clipboard
preferences: feature_file_galleries: y objects: - type: file_gallery ref: main data: name: Main description: Main files owner: admin archives: 0 flags: [ visible, lockable ] column: [ icon, name, created, creator, files ] - type: file_gallery ref: public data: name: Public parent: $main description: For external publication owner: admin flags: [ public ] column: [ icon, name, files ] popup: [ description ] - type: file_gallery ref: inbox data: name: Inbox parent: $main description: For receiving inbox files owner: admin flags: [ public ] column: [ icon, name, files ] popup: [ description ] - type: file_gallery ref: family data: name: Family parent: $main description: For storing family group files owner: admin flags: [ public ] column: [ icon, name, files ] popup: [ description ] - type: file_gallery ref: friends data: name: Friends parent: $main description: For storing friends group files owner: admin flags: [ public ] column: [ icon, name, files ] popup: [ description ]
Categories
YAML
Copy to clipboard
objects: - type: category ref: main_category data: name: Main description: Main category - type: category ref: family_category data: name: Family parent: $main_category - type: category ref: friends_category data: name: Friends parent: $main_category