Commit Graph

7 Commits

Author SHA1 Message Date
Poulette
66e16ba974 Use GitHub raw URL for build.func 2026-03-04 14:30:10 +01:00
Poulette
af1f6b44c0 fix(surrealdb): address PR review feedback
- Deploy binary to /opt/surrealdb with symlink to /usr/local/bin
- Use literal 'SurrealDB' in messages instead of ${APP}
- Fix installation check path to /opt/surrealdb/surreal
- Update ExecStart to use /opt/surrealdb/surreal
- Use selfhst CDN logo URL and capitalize 'Debian' in JSON
- Capitalize 'Completed Successfully' to match conventions
2026-03-01 17:09:02 +01:00
Poulette
810902fce1 Use GH release deploy for SurrealDB
Replace the old curl-based installer and interactive update menu with unified GitHub release deployment helpers. ct/surrealdb.sh now checks for a new surrealdb release via check_for_gh_release, stops the service, uses fetch_and_deploy_gh_release to deploy the prebuilt binary to /usr/local/bin, sets exec permissions, and restarts the service (also use ${APP} in an error message). The previous menu-driven update and storage-switch options (memory vs rocksdb) were removed. install/surrealdb-install.sh now skips the removed mc dependency install, uses fetch_and_deploy_gh_release instead of the install.surrealdb.com script, makes the binary executable, and no longer writes a release-version file. Overall moves to a consistent release fetch/deploy flow and simplifies update/install logic.
2026-02-26 23:33:34 +01:00
Poulette
c90a7dd972 Hardcode app name in error messages
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 01:19:02 +01:00
Poulette
9716fcded1 Keeps authentication on mode switch
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 01:17:59 +01:00
Poulette
a5c24cfc49 Keep authentication when switching storage modes
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 01:17:22 +01:00
Poulette
9d51fcf8c5 feat: Add SurrealDB
Added scripts for SurrealDB, a multi-modal database
2026-02-26 01:03:21 +01:00