Compare commits
No commits in common. "butter-config-test" and "main" have entirely different histories.
butter-con
...
main
2 changed files with 58 additions and 13 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -4,12 +4,10 @@ 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
|
||||||
|
|
@ -24,6 +22,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/keanu-weblite-${{ github.ref_name }}.tar.gz"
|
curl -H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" -X DELETE "https://guardianproject.dev/api/packages/butter/generic/keanu-weblite/latest"
|
||||||
- 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-${{ github.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-${{ forgejo.ref_name }}.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,57 @@
|
||||||
{
|
{
|
||||||
"appName": "Keanu on Butter Box",
|
"appName": "Convene",
|
||||||
"appNames": {},
|
"appNames": {
|
||||||
"productLink": "butterbox.lan",
|
"bo": "ཀེ་ཨ་ནུ་དྲ་གནས།",
|
||||||
"defaultServer": "http://butterbox.lan",
|
"si": "කීනු වෙබ්ලයිට්",
|
||||||
"rtl": false,
|
"zh_Hans": "网络灯"
|
||||||
"analytics": {
|
},
|
||||||
"enabled": false
|
"languageSupportEmail": "support@guardianproject.info",
|
||||||
|
"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