-
-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
# <UDF name="goatcounter_domain" label="Domain you'll be hosting GoatCounter on" example="stats.example.com" /> | ||
# <UDF name="goatcounter_email" label="Your email address" example="[email protected]" /> | ||
# <UDF name="goatcounter_password" label="Password to access GoatCounter" example="Password 1234 :-)" /> | ||
# <UDF name="goatcounter_version" label="GoatCounter version" default="v2.3.0" /> | ||
# <UDF name="goatcounter_version" label="GoatCounter version" default="v2.4.0" /> | ||
# | ||
# This will set up an Alpine Linux machine; environment variables: | ||
# GOATCOUNTER_DOMAIN Domain you'll be hosting GoatCounter on | ||
# GOATCOUNTER_EMAIL Your email address | ||
# GOATCOUNTER_PASSWORD Password to access GoatCounter | ||
# GOATCOUNTER_VERSION GoatCounter version (default: v2.3.0). | ||
# GOATCOUNTER_VERSION GoatCounter version (default: v2.4.0). | ||
# | ||
# This is available as a "StackScript" to deploy GoatCounter on a Linode VPS: | ||
# https://cloud.linode.com/stackscripts/659823 | ||
|
@@ -36,7 +36,7 @@ | |
# | ||
|
||
# GoatCounter version to set up. | ||
v=${GOATCOUNTER_VERSION:-"v2.3.0"} | ||
v=${GOATCOUNTER_VERSION:-"v2.4.0"} | ||
|
||
|
||
set -eu | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.