mirror of https://github.com/Requarks/wiki.git
Nicolas Giard
5 years ago
8 changed files with 65 additions and 44 deletions
Split View
Diff Options
-
39client/themes/default/scss/app.scss
-
22dev/build/Dockerfile
-
23dev/build/supervisord.conf
-
1package.json
-
2server/modules/rendering/html-core/renderer.js
-
8server/modules/rendering/html-twemoji/definition.yml
-
9server/modules/rendering/html-twemoji/renderer.js
-
5server/modules/rendering/markdown-emoji/renderer.js
@ -1,23 +0,0 @@ |
|||
[unix_http_server] |
|||
file=/var/run/supervisor.sock |
|||
chmod=0700 |
|||
|
|||
[supervisord] |
|||
logfile=/logs/supervisord.log |
|||
pidfile=/var/run/supervisord.pid |
|||
childlogdir=/logs |
|||
|
|||
[rpcinterface:supervisor] |
|||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface |
|||
|
|||
[supervisorctl] |
|||
serverurl=unix:///var/run/supervisor.sock |
|||
|
|||
[program:wikijs] |
|||
command = node server |
|||
autostart=true |
|||
autorestart=true |
|||
priority=5 |
|||
directory=/var/wiki |
|||
stdout_logfile=/logs/wiki-stdout.log |
|||
stderr_logfile=/logs/wiki-stderr.log |
@ -0,0 +1,8 @@ |
|||
key: htmlTwemoji |
|||
title: Twemoji |
|||
description: Apply Twitter Emojis to all Unicode emojis |
|||
author: requarks.io |
|||
icon: whatshot |
|||
enabledDefault: true |
|||
dependsOn: htmlCore |
|||
props: {} |
@ -0,0 +1,9 @@ |
|||
// ------------------------------------
|
|||
// HTML - Twemoji
|
|||
// ------------------------------------
|
|||
|
|||
module.exports = { |
|||
init ($, conf) { |
|||
|
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save