mirror of
https://github.com/balzack/databag.git
synced 2025-04-22 17:45:18 +00:00
Update README.md
This commit is contained in:
parent
b255c3d0fc
commit
18616539d3
27
README.md
27
README.md
@ -15,3 +15,30 @@ You can test out the project [here](https://databag.coredb.org/#/create), but do
|
||||
### Installation
|
||||
|
||||
To use databag, you will need a DNS name pointing to your node with a certificate. You can deloy a node manually, but you will have a much easier time using a container service. Containers for arm64 and amd64 are available [here](https://hub.docker.com/r/balzack/databag/tags)
|
||||
|
||||
### Example with Portainer and Nginx Proxy Manager
|
||||
|
||||
From Portainer:
|
||||
- In the container view, click add container:
|
||||
- In the 'Image' field enter 'balzack/databag:latest'
|
||||
- Click 'publish a new network port', and select port 7000 for both host and container
|
||||
- Under 'Advanced container settings', select 'Env', and click 'Add Environment Variable'
|
||||
- Enter 'Name' as 'ADMIN' and your admin password [password]
|
||||
- Click 'Deploy the Container'
|
||||
|
||||
From Nginx Proxy Manager:
|
||||
- Add a host and specify:
|
||||
- Hostname [hostname.domain]
|
||||
- Portainer IP address [address]
|
||||
- Port '7000'
|
||||
- Request new SSL certificate
|
||||
|
||||
From Your Browser:
|
||||
- Enter your server address in the address bar [hostname.domain]
|
||||
- Click the cog icon in the top right
|
||||
- Enter your admin password: [password]
|
||||
- Click the cog icon in the dashboard
|
||||
- Enter Federated Host as [hostname.domain]
|
||||
- Click 'Save'
|
||||
- Click the user icon to generate a new account link
|
||||
- Follow the link to create an account
|
||||
|
Loading…
x
Reference in New Issue
Block a user