mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
Updated to version 0.2.1
This commit is contained in:
parent
5c1e7f51ff
commit
f465e05f88
2 changed files with 27 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.1.0/writefreely_0.1_linux_amd64.tar.gz
|
||||
SOURCE_SUM=b8343ce1aca56bafd7e6a582537d000d9cd98bbc5e48eb783293be28cfda56c1
|
||||
SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.2.1/writefreely_0.2.1_linux_amd64.tar.gz
|
||||
SOURCE_SUM=b39f5ca5e959a30fd849fb92e5339530df9c169398fb6233b31c840b14e26a0a
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
25
conf/config.ini
Normal file
25
conf/config.ini
Normal file
|
@ -0,0 +1,25 @@
|
|||
[server]
|
||||
hidden_host = location.datamol.org
|
||||
port = 8080
|
||||
|
||||
[database]
|
||||
type = mysql
|
||||
username = writefreely
|
||||
password = lOuLIS6ykMOk7rUDSOGsBxFc
|
||||
database = writefreely
|
||||
host = localhost
|
||||
port = 3306
|
||||
|
||||
[app]
|
||||
site_name = Datamol
|
||||
host = http://localhost:8096
|
||||
theme = write
|
||||
disable_js = false
|
||||
webfonts = true
|
||||
single_user = true
|
||||
open_registration = false
|
||||
min_username_len = 3
|
||||
max_blogs = 1
|
||||
federation = true
|
||||
public_stats = true
|
||||
private = false
|
Loading…
Add table
Reference in a new issue