Skip to content

Commit

Permalink
docs(self-host): add in prebuilt docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Feb 5, 2024
1 parent 40e5fc7 commit 3541561
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,23 @@ deployments than I liked.

I wouldn't want that to happen again, so I really recommend people to spin up
their own instances if they can afford to do so. If not, you can always use the
hosted version from me at [goblin.barelyhuman.xyz](https://goblin.run)
hosted version from me at [goblin.run](https://goblin.run)

**Note:the original code for gobinaries is equally simple to use and deploy but
you'll have to make a few tweaks to the original code to make it work in a
simpler fashion**


### Existing Image
The repository builds a nightly image that you can use directly if you don't wish to tweak anything.

```sh
$ docker run -p "3000:3000" ghcr.io/barelyhuman/goblin:nightly
# change the domain to whatever you are using for it
$ docker run -e "GOBLIN_ORIGIN_URL=example.com" -p "3000:3000" ghcr.io/barelyhuman/goblin:nightly
```

### From Source
Let's start

1. Clone the code
Expand Down

0 comments on commit 3541561

Please sign in to comment.