mirror of https://github.com/requarks/wiki
parent
86c6aabebd
commit
1771289188
@ -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) {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in new issue