You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not login to disk usage demo.
Version is source main tip, not release.
config phase:
# wipe it
rm -rf clace-demo
# create the dir
mkdir -p clace-demo
# create the admin password and config file
clace password > clace-demo/clace.toml
Generated password is: XIryPskqpR_^Qc/s
server:
clace server start -c -l DEBUG
3:23PM INF clace/internal/utils/logger.go:52 > Logger initialized backups=10 loglevel=debug maxSizeMB=50
3:23PM INF clace/internal/metadata/db.go:47 > Connecting to DB dbPath=/Users/apple/workspace/go/src/github.com/gedw99/gio-htmx/exp/htmx-clace/demo/clace.db
3:23PM INF clace/internal/metadata/db.go:78 > No version, initializing
3:23PM INF clace/internal/metadata/db.go:90 > Upgrading to version 2
3:23PM INF clace/internal/server/server.go:157 > Starting unix domain socket server address=/Users/apple/workspace/go/src/github.com/gedw99/gio-htmx/exp/htmx-clace/demo/run/clace.sock
3:23PM INF clace/internal/server/server.go:95 > Using admin password bcrypt hash from configuration
3:23PM INF clace/internal/server/server.go:205 > Starting HTTP server address=127.0.0.1:25222
3:23PM INF clace/internal/server/server.go:229 > Starting HTTPS server address=0.0.0.0:25223
Server listening on http://127.0.0.1:25222
Server listening on https://0.0.0.0:25223
app:
# create app
clace app create --is_dev /disk_usage1 /Users/apple/workspace/go/clace/examples/disk_usage/
App audit results /disk_usage1 : app2XIpp3mHou196qKQMI9oCWUoDaN
Plugins :
exec.in
Permissions:
exec.in.run [du]
exec.in.run [readlink]
App created. Permissions need to be approved
# approve it
clace app audit --approve /disk_usage1
App audit: /disk_usage1
Plugins :
exec.in
Permissions:
exec.in.run [du]
exec.in.run [readlink]
App permissions have been approved.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey @akclace
Could not login to disk usage demo.
Version is source main tip, not release.
config phase:
server:
app:
Beta Was this translation helpful? Give feedback.
All reactions