Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
ansible-role-hedgedocs
Commits
16bbd1ad
Commit
16bbd1ad
authored
Mar 05, 2021
by
nono
💻
Browse files
Changed config ( missing "" ) and added setup step that was missing
parent
2c60281f
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/config.json.j2
View file @
16bbd1ad
...
...
@@ -45,7 +45,7 @@
},
"linkifyHeaderStyle": "gfm",
"allowAnonymous" : false,
"sessionSecret" : {{ hedgedoc_session_secret }},
"sessionSecret" :
"
{{ hedgedoc_session_secret }}
"
,
"allowEmailRegister" : false
}
}
tasks/configuration.yml
View file @
16bbd1ad
...
...
@@ -2,6 +2,25 @@
# Voir : https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md
# et : https://github.com/hedgedoc/hedgedoc/blob/880af8d4f80b9e1dcaa30014d4ed5c41e351b564/docs/setup/reverse-proxy.md
-
name
:
Mise en éxécutable du script de dépendances
ansible.builtin.file
:
path
:
/home/hedgedocs/hedgedoc/bin/setup
owner
:
hedgedocs
group
:
www-data
mode
:
'
0777'
-
name
:
Configuration des dépendances
ansible.builtin.shell
:
/home/hedgedocs/hedgedoc/bin/setup >> /home/hedgedocs/setup_log_hedgedocs.txt
-
name
:
Mise en non-éxécutable du script de dépendances
ansible.builtin.file
:
path
:
/home/hedgedocs/hedgedoc/bin/setup
owner
:
hedgedocs
group
:
www-data
mode
:
'
0644'
-
name
:
Configuration du service HedgeDocs
template
:
src
:
files/config.json.j2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment