Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnuschase03/silent-circle
A real time end-to-end encrypted scalable group messenger.
https://github.com/magnuschase03/silent-circle
chat-application docker end-to-end-encryption go mariadb nginx redis vue
Last synced: about 2 months ago
JSON representation
A real time end-to-end encrypted scalable group messenger.
- Host: GitHub
- URL: https://github.com/magnuschase03/silent-circle
- Owner: MagnusChase03
- License: gpl-3.0
- Created: 2024-09-03T15:23:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T15:31:10.000Z (3 months ago)
- Last Synced: 2024-11-16T16:30:02.870Z (3 months ago)
- Topics: chat-application, docker, end-to-end-encryption, go, mariadb, nginx, redis, vue
- Language: Go
- Homepage:
- Size: 9.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Silent Circle
*A real time end-to-end encrypted scalable group messenger.*
## Build
To build the entire application stack:
```
$ ./build.sh [docker]
```## Usage
To run the entire application stack:
```
sudo podman-compose up -d
```To stop the entire application stack:
```
$ sudo podman-compose down
```The application will be available at https://localhost:8080.
The docker equivalent is:
```
$ docker compose up -d
$ docker compose down
```## Tech Stack
- Go
- Vue
- MySQL
- Redis
- Nginx
- Docker## Contributers
- MagnusChase03