fix: update onebox installer credentials output
Release / build-and-release (push) Successful in 2m32s
Release / build-and-release (push) Successful in 2m32s
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-05-08 - 1.24.4 - fix(installer)
|
||||
|
||||
avoid documenting a hardcoded initial admin password for fresh installs
|
||||
|
||||
- update installer output to point operators to the service logs or `ONEBOX_ADMIN_PASSWORD` for initial credentials
|
||||
|
||||
## 2026-05-08 - 1.24.3 - fix(runtime)
|
||||
|
||||
upgrade runtime dependencies and harden registry/shutdown behavior
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@serve.zone/onebox",
|
||||
"version": "1.24.3",
|
||||
"version": "1.24.4",
|
||||
"exports": "./mod.ts",
|
||||
"tasks": {
|
||||
"test": "deno test --allow-all test/",
|
||||
|
||||
+1
-1
@@ -305,6 +305,6 @@ else
|
||||
echo " onebox service add myapp --image nginx:latest --domain app.example.com"
|
||||
echo ""
|
||||
echo " Web UI: http://localhost:3000"
|
||||
echo " Default credentials: admin / admin"
|
||||
echo " Initial admin credentials are written to the service logs unless ONEBOX_ADMIN_PASSWORD is set."
|
||||
fi
|
||||
echo ""
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@serve.zone/onebox",
|
||||
"version": "1.24.3",
|
||||
"version": "1.24.4",
|
||||
"description": "Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers",
|
||||
"main": "mod.ts",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user