File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,23 @@ deployments than I liked.
49
49
50
50
I wouldn't want that to happen again, so I really recommend people to spin up
51
51
their own instances if they can afford to do so. If not, you can always use the
52
- hosted version from me at [ goblin.barelyhuman.xyz ] ( https://goblin.run )
52
+ hosted version from me at [ goblin.run ] ( https://goblin.run )
53
53
54
54
** Note: the original code for gobinaries is equally simple to use and deploy but
55
55
you'll have to make a few tweaks to the original code to make it work in a
56
56
simpler fashion**
57
57
58
+
59
+ ### Existing Image
60
+ The repository builds a nightly image that you can use directly if you don't wish to tweak anything.
61
+
62
+ ``` sh
63
+ $ docker run -p " 3000:3000" ghcr.io/barelyhuman/goblin:nightly
64
+ # change the domain to whatever you are using for it
65
+ $ docker run -e " GOBLIN_ORIGIN_URL=example.com" -p " 3000:3000" ghcr.io/barelyhuman/goblin:nightly
66
+ ```
67
+
68
+ ### From Source
58
69
Let's start
59
70
60
71
1 . Clone the code
You can’t perform that action at this time.
0 commit comments