diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 24edda9..7b58f56 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -52,7 +52,7 @@ jobs: gpg --export | xxd -p echo '${{ secrets.GNUPG_PASSPHRASE }}' | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --armor --detach-sign cinny-${{ steps.vars.outputs.tag }}.tar.gz - name: Upload tagged release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 + uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 with: files: | cinny-${{ steps.vars.outputs.tag }}.tar.gz @@ -70,7 +70,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3.6.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.10.0 + uses: docker/setup-buildx-action@v3.11.1 - name: Login to Docker Hub uses: docker/login-action@v3.5.0 with: diff --git a/.vscode/settings.json b/.vscode/settings.json index 8272ea1..8bb848b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "[typescriptreact]": { + "editor.defaultFormatter": "vscode.typescript-language-features" + } } diff --git a/Dockerfile b/Dockerfile index 718fed7..46d0db6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN npm run build ## App -FROM nginx:1.29.0-alpine +FROM nginx:1.29.1-alpine COPY --from=builder /src/dist /app COPY --from=builder /src/docker-nginx.conf /etc/nginx/conf.d/default.conf diff --git a/README.md b/README.md index 427898f..2372a45 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cinny +# Gaboule Chat (Cinny)
+This client is a fork of [Cinny](https://github.com/cinnyapp/cinny). +## Differences with upstream +- Added shield icon when messaging in an encrypted room +- Add presence badge in member list +- Branding changes +- Various small fixes +- Added theme: 'Familiar' + A Matrix client focusing primarily on simple, elegant and secure interface. The main goal is to have an instant messaging application that is easy on people and has a modern touch. - [Roadmap](https://github.com/orgs/cinnyapp/projects/1) - [Contributing](./CONTRIBUTING.md) diff --git a/config.json b/config.json index de6015a..b20ca41 100644 --- a/config.json +++ b/config.json @@ -1,38 +1,23 @@ { - "defaultHomeserver": 2, + "defaultHomeserver": 0, "homeserverList": [ - "converser.eu", - "envs.net", - "matrix.org", - "monero.social", - "mozilla.org", - "xmr.se" + "gaboule.com" ], "allowCustomHomeservers": true, "featuredCommunities": { - "openAsDefault": false, + "openAsDefault": true, "spaces": [ - "#cinny-space:matrix.org", - "#community:matrix.org", - "#space:envs.net", - "#science-space:matrix.org", - "#libregaming-games:tchncs.de", - "#mathematics-on:matrix.org" + "#gaboule:gaboule.com" ], "rooms": [ - "#cinny:matrix.org", - "#freesoftware:matrix.org", - "#pcapdroid:matrix.org", - "#gentoo:matrix.org", - "#PrivSec.dev:arcticfoxes.net", - "#disroot:aria-net.org" + "#general:gaboule.com" ], - "servers": ["envs.net", "matrix.org", "monero.social", "mozilla.org"] + "servers": ["gaboule.com"] }, "hashRouter": { - "enabled": false, + "enabled": true, "basename": "/" } -} +} \ No newline at end of file diff --git a/index.html b/index.html index 9196cf3..b669f48 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -