File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ DIYWS is designed to be lightweight. This does occasionally come at the expense
1212
13131 . Clone the repository
14141 . Run ` pnpm install ` to install dependencies
15- 1 . Run ` pnpm run setup ` to set up the application with the following CLI arguments:
15+ 1 . Run ` pnpm run setup ` to set up the application (see options below)
16+ 1 . You're done! DIYWS is now running and accessible at the specified URL. It will automatically start when Docker starts.
17+
18+ ### Set Up Script Options
1619
1720- ` -s, --secret <secret> ` : A secret key used for authentication (required)
1821- ` -U, --username <username> ` : The username for authentication (required)
@@ -21,5 +24,3 @@ DIYWS is designed to be lightweight. This does occasionally come at the expense
2124- ` -u, --url <url> ` : The base URL for the application (default: http://localhost ). %p will be replaced with the specified port number.
2225- ` -c, --container-name <container-name> ` : The name of the Docker container to manage (default: diyws)
2326- ` -i, --image-url <image-url> ` : The Docker image URL to use for the container (default: ghcr.io/renatodellosso/diyws: latest )
24-
25- 1 . You're done! DIYWS is now running and accessible at the specified URL. It will automatically start when Docker starts.
You can’t perform that action at this time.
0 commit comments