Fabrice Bellamy
dea94a8bc8
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 49s
16 lines
290 B
Vue
16 lines
290 B
Vue
<template>
|
|
<pre>
|
|
services.hedgedoc = {
|
|
enable = true;
|
|
settings.domain = "hedgedoc.nixin.local";
|
|
settings.port = 8001;
|
|
settings.host = "0.0.0.0";
|
|
settings.protocolUseSSL = false;
|
|
settings.allowOrigin = [
|
|
"localhost"
|
|
"hedgedoc.nixin.local"
|
|
];
|
|
};
|
|
</pre>
|
|
</template>
|
|
|