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:
|
||||
- main
|
||||
- dev
|
||||
- butter-config-test
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- butter-config-test
|
||||
jobs:
|
||||
build_and_publish:
|
||||
runs-on: docker
|
||||
|
|
@ -22,6 +24,6 @@ jobs:
|
|||
- run: npm run build
|
||||
- run: tar cvzf keanu-weblite.tar.gz dist/*
|
||||
- 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: |
|
||||
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",
|
||||
"appNames": {
|
||||
"bo": "ཀེ་ཨ་ནུ་དྲ་གནས།",
|
||||
"si": "කීනු වෙබ්ලයිට්",
|
||||
"zh_Hans": "网络灯"
|
||||
},
|
||||
"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"]
|
||||
}
|
||||
"appName": "Keanu on Butter Box",
|
||||
"appNames": {},
|
||||
"productLink": "butterbox.lan",
|
||||
"defaultServer": "http://butterbox.lan",
|
||||
"rtl": false,
|
||||
"analytics": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue