Compare commits
1 commit
main
...
butter-con
| Author | SHA1 | Date | |
|---|---|---|---|
| 44a5f1e673 |
2 changed files with 13 additions and 58 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -4,10 +4,12 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
|
- butter-config-test
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
|
- butter-config-test
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
@ -22,6 +24,6 @@ jobs:
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: tar cvzf keanu-weblite.tar.gz dist/*
|
- run: tar cvzf keanu-weblite.tar.gz dist/*
|
||||||
- run: |
|
- run: |
|
||||||
curl -H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" -X DELETE "https://guardianproject.dev/api/packages/butter/generic/keanu-weblite/latest"
|
curl -H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" -X DELETE "https://guardianproject.dev/api/packages/butter/generic/keanu-weblite/latest/keanu-weblite-${{ github.ref_name }}.tar.gz"
|
||||||
- run: |
|
- run: |
|
||||||
curl -H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" -X PUT --upload-file keanu-weblite.tar.gz https://guardianproject.dev/api/packages/butter/generic/keanu-weblite/latest/keanu-weblite-${{ forgejo.ref_name }}.tar.gz
|
curl -H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" -X PUT --upload-file keanu-weblite.tar.gz https://guardianproject.dev/api/packages/butter/generic/keanu-weblite/latest/keanu-weblite-${{ github.ref_name }}.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,57 +1,10 @@
|
||||||
{
|
{
|
||||||
"appName": "Convene",
|
"appName": "Keanu on Butter Box",
|
||||||
"appNames": {
|
"appNames": {},
|
||||||
"bo": "ཀེ་ཨ་ནུ་དྲ་གནས།",
|
"productLink": "butterbox.lan",
|
||||||
"si": "කීනු වෙබ්ලයිට්",
|
"defaultServer": "http://butterbox.lan",
|
||||||
"zh_Hans": "网络灯"
|
"rtl": false,
|
||||||
},
|
"analytics": {
|
||||||
"languageSupportEmail": "support@guardianproject.info",
|
"enabled": false
|
||||||
"productLink": "letsconvene.im",
|
|
||||||
"defaultBaseUrl": "https://neo.keanu.im",
|
|
||||||
"matrixDomainPartMapping": {
|
|
||||||
},
|
|
||||||
"useFullyQualifiedDMLinks": true,
|
|
||||||
"defaultMatrixDomainPart": "neo.keanu.im",
|
|
||||||
"identityServer_unset": "",
|
|
||||||
"registrationToken_unset": "",
|
|
||||||
"accentColor_unset": "",
|
|
||||||
"logo_unset": "",
|
|
||||||
"analytics": [
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"type": "ci",
|
|
||||||
"config": {
|
|
||||||
"server": "https://metrics.cleaninsights.org/cleaninsights.php",
|
|
||||||
"siteId": 25,
|
|
||||||
"timeout": 5,
|
|
||||||
"persistEveryNTimes": 1,
|
|
||||||
"debug": true,
|
|
||||||
"campaigns": {
|
|
||||||
"beta": {
|
|
||||||
"start": "2021-01-01T00:00:00-00:00",
|
|
||||||
"end": "2021-12-31T23:59:59-00:00",
|
|
||||||
"aggregationPeriodLength": 1,
|
|
||||||
"numberOfPeriods": 90,
|
|
||||||
"onlyRecordOnce": false,
|
|
||||||
"eventAggregationRule": "avg"
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"type": "matomo",
|
|
||||||
"config": {
|
|
||||||
"server": "https://metrics.cleaninsights.org/",
|
|
||||||
"siteId": "25"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"experimental_voice_mode": true,
|
|
||||||
"experimental_read_only_room": true,
|
|
||||||
"experimental_public_room": true,
|
|
||||||
"show_status_messages": "never",
|
|
||||||
"hide_add_room_on_home": false,
|
|
||||||
"mirrors": [],
|
|
||||||
"roomTypes": ["group_chat", "channel", "file_drop"]
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue