-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
84 lines (83 loc) · 2.12 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
parameters:
bazar_farm_id: 1100
yeswiki-farm-root-folder: '.'
contact_wikis:
default_template: 'list-email.twig'
yeswiki_symlinked_files:
# this can remplace files and folders from yeswiki_empty_folders and yeswiki_files
# by symlinking from the main wiki folder
# - 'custom'
yeswiki_empty_folders:
- 'cache'
- 'custom'
- 'files'
- 'private'
yeswiki_files:
- 'index.php'
- 'composer.json'
- 'composer.lock'
- 'Dockerfile'
- 'docker-compose.yml'
- 'INSTALL.md'
- 'interwiki.conf'
- 'LICENSE'
- 'README.md'
- 'robots.txt'
- 'wakka.basic.css'
- 'wakka.css'
- 'wakka.php'
- 'actions'
- 'docs'
- 'files/AdaLovelace_ada_byron.jpg'
- 'files/ElizabethJFeinler_elizabethfeinler.jpg'
- 'files/yeswiki-logo.png'
- 'files/ElizabethJFeinler_elizabethfeinler-2011.jpg'
- 'files/GererSite_modele_19880101000000_23001231235959.jpg'
- 'files/LovelaceAda_lovelace.png'
- 'files/PageHeader_bandeau_19880101000000_23001231235959.png'
- 'files/PageHeader_bandeau_19880101000000_23001231235959.webp'
- 'files/TesT2_presence-photo.png'
- 'files/UnBeauLogoPourYeswiki_yeswiki-logo.png'
- 'files/UnNouveauThemePourYeswiki_capture-décran-2020-02-12-à-13.16.33.png'
- 'files/YeswikidaY_yeswiki-logo.png'
- 'formatters'
- 'handlers'
- 'includes'
- 'javascripts'
- 'lang'
- 'setup'
- 'styles'
- 'templates'
- 'themes/margot'
- 'tools/README.md'
- 'tools/autoupdate'
- 'tools/helloworld'
- 'tools/progressBar'
- 'tools/syndication'
- 'tools/templates'
- 'tools/aceditor'
- 'tools/bazar'
- 'tools/lang'
- 'tools/rss'
- 'tools/tableau'
- 'tools/toc'
- 'tools/attach'
- 'tools/contact'
- 'tools/login'
- 'tools/security'
- 'tools/tags'
- 'vendor'
# for edit config action
ferme_editable_config_params:
- 'bazar_farm_id'
- 'yeswiki-farm-root-folder'
- 'yeswiki-farm-root-url'
- 'yeswiki-farm-admin-name'
- 'yeswiki-farm-admin-pass'
- 'yeswiki-farm-extra-themes'
services:
_defaults:
autowire: true
public: true
YesWiki\Ferme\Service\:
resource: 'services/*'