ci test
Some checks failed
fetch npm modules / f0ck the f0cker (push) Failing after 1m13s

This commit is contained in:
Flummi 2023-04-30 13:53:34 +02:00
parent 4ca44ee8b9
commit bab2a03382
2 changed files with 21 additions and 5 deletions

View File

@ -30,14 +30,17 @@ jobs:
run: | run: |
apt-get update apt-get update
apt-get install --yes postgresql-client apt-get install --yes postgresql-client
- name: import f0ck database - name: import f0ck database
run: psql -h postgres -d f0ck -U f0ck < f0ck.sql run: psql -h postgres -d f0ck -U f0ck < f0ck.sql
env: env:
PGPASSWORD: f0ck PGPASSWORD: f0ck
- name: create directories - name: create directories
run: mkdir -p tmp public/ca deleted/{ca,b,t} run: mkdir -p tmp public/ca deleted/{ca,b,t}
- name: copy config - name: copy config
run: cp config_example.json config.json run: cp config_example.json config.json
- name: run f0ck
run: npm start

View File

@ -29,9 +29,22 @@
"<img src=\"/s/img/crap/nyancat.gif\" style=\"margin-top: 5px\" />" "<img src=\"/s/img/crap/nyancat.gif\" style=\"margin-top: 5px\" />"
] ]
}, },
"clients": [ "clients": [{
"type": "irc",
], "enabled": true,
"network": "n0xy",
"host": "irc.n0xy.net",
"port": 6697,
"ssl": true,
"selfSigned": false,
"sasl": false,
"nickname": "f0ckci",
"username": "f0ckci",
"realname": "f0ckci",
"channels": [
"#f0ck-dev"
]
}],
"sql": { "sql": {
"host": "localhost", "host": "localhost",
"user": "f0ck", "user": "f0ck",