src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/writefreely/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-02-09 12:05:37 -0600
committerLuke Hoersten <[email protected]>2020-02-09 12:05:37 -0600
commit1cb30cc0aa4fda9bf0bac0b41ace862b1db434b8 (patch)
treee4b27462ba4b8b249bb5eaac4b4be0006ca0392c /roles/writefreely/templates
parent195a4a3fcf65bf47ecb1a0ea2a9fb070c18eb20f (diff)
Moved roles to top level
Diffstat (limited to 'roles/writefreely/templates')
-rw-r--r--roles/writefreely/templates/config.ini.j244
-rw-r--r--roles/writefreely/templates/writefreely.service.j211
2 files changed, 0 insertions, 55 deletions
diff --git a/roles/writefreely/templates/config.ini.j2 b/roles/writefreely/templates/config.ini.j2
deleted file mode 100644
index 59eb224..0000000
--- a/roles/writefreely/templates/config.ini.j2
+++ /dev/null
@@ -1,44 +0,0 @@
-[server]
-hidden_host =
-port = {{writefreely_server_port}}
-bind = localhost
-tls_cert_path =
-tls_key_path =
-autocert = true
-templates_parent_dir =
-static_parent_dir =
-pages_parent_dir =
-keys_parent_dir =
-
-[database]
-type = sqlite3
-filename = {{writefreely_db_name}}.db
-username =
-password =
-database =
-host = localhost
-port = 3306
-
-[app]
-site_name = {{writefreely_site_name}}
-site_description = {{writefreely_site_desc}}
-host = {{writefreely_site_host}}
-theme = write
-editor =
-disable_js = false
-webfonts = true
-landing =
-simple_nav = false
-wf_modesty = false
-chorus = false
-disable_drafts = false
-single_user = true
-open_registration = false
-min_username_len = 3
-max_blogs = 1
-federation = true
-public_stats = true
-private = false
-local_timeline = false
-user_invites =
-default_visibility =
diff --git a/roles/writefreely/templates/writefreely.service.j2 b/roles/writefreely/templates/writefreely.service.j2
deleted file mode 100644
index 0515872..0000000
--- a/roles/writefreely/templates/writefreely.service.j2
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=WriteFreely %I Instance
-After=syslog.target network.target
-
-[Service]
-WorkingDirectory=/run/writefreely/%i
-ExecStart=/usr/local/bin/writefreely -c /etc/writefreely/%i.conf
-Restart=always
-
-[Install]
-WantedBy=multi-user.target