https://github.com/quasarapp/secretservice
Simple service to save your own secrets strings, and provide fast access by hashes IDs.
https://github.com/quasarapp/secretservice
deploy qt secret security service
Last synced: 2 months ago
JSON representation
Simple service to save your own secrets strings, and provide fast access by hashes IDs.
- Host: GitHub
- URL: https://github.com/quasarapp/secretservice
- Owner: QuasarApp
- License: gpl-3.0
- Created: 2023-12-02T08:53:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T15:27:06.000Z (over 2 years ago)
- Last Synced: 2026-01-01T12:10:37.278Z (6 months ago)
- Topics: deploy, qt, secret, security, service
- Language: C++
- Homepage: https://quasarapp.ddns.net:3031/docs/QuasarApp/SecretService/latest/
- Size: 159 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMakeProject
Template repository for cmake project
Fork me and replase SecretService to Name of your new project.
1. Clone this repository
2. Run ./init.sh NewProjectName
# This template supports next build targets:
| Command or make target | Description |
|------|------|
| **make test** | The run tests for a project (dependet of Qt Tests, so you need to add Qt in Cmake using CMAKE_PREFIX_PATH) |
| **make doc** | The generate a documentation for a project (dependet of doxygen) |
| **make deploy** | The generate distribution for a project (dependet of CQtDeployer) |
| **make release** | The prepare Qt Installer framework repository for a project, generate a snap package and APK file for android (dependet of CQtDeployer, snapcraft, AndroidDeployer). |