Skip to content

Commit 051b037

Browse files
authored
Add hypesrv.net installation instructions to selfhost & update section (#53)
1 parent 3607b66 commit 051b037

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
.cache
2-
.env
3-
site
1+
# Created by venv; see https://docs.python.org/3/library/venv.html
2+
*

docs/self-hosting/installation/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
## Shared/containerised services
1111

12-
| :simple-bisecthosting:<br>BisectHosting { .bisect .text-lg } | :simple-pterodactyl:<br>Pterodactyl { .pterodactyl .text-lg } | :fontawesome-solid-cube:<br>PebbleHost { .pebblehost .text-lg } | :simple-railway:<br>Railway { .railway .text-lg } |
13-
| :--------------------------------------------------------------: | :---------------------------------------------------------------: | :-------------------------------------------------------------: | :--------------------------------------------------------: |
14-
| :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :orange_book:<br>Docker experience recommended |
15-
| [Start](bisecthosting.md){.md-button .md-button--primary} | [Start](pterodactyl/index.md){.md-button .md-button--primary} | [Start](pebblehost.md){ .md-button .md-button--primary } | [Start](railway.md){.md-button .md-button--primary} |
12+
| :simple-bisecthosting:<br>BisectHosting { .bisect .text-lg } | :fontawesome-solid-cube:<br>HypeSrv { .hypesrv .text-lg } | :simple-pterodactyl:<br>Pterodactyl { .pterodactyl .text-lg } | :fontawesome-solid-cube:<br>PebbleHost { .pebblehost .text-lg } | :simple-railway:<br>Railway { .railway .text-lg } |
13+
|:------------------------------------------------------------:|:---------------------------------------------------------:|:-------------------------------------------------------------:|:---------------------------------------------------------------:|:---------------------------------------------------:|
14+
| :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :orange_book:<br>Docker experience recommended |
15+
| [Start](bisecthosting.md){.md-button .md-button--primary} | [Start](hypesrv.md){.md-button .md-button--primary} | [Start](pterodactyl/index.md){.md-button .md-button--primary} | [Start](pebblehost.md){ .md-button .md-button--primary } | [Start](railway.md){.md-button .md-button--primary} |
1616

1717

1818
[![BisectHosting](https://www.bisecthosting.com/partners/custom-banners/41ca8074-184e-4ad1-a44d-77750ee8bfb9.webp){ .no-glightbox }](https://bisecthosting.com/discordtickets?r=docs-installation)

docs/self-hosting/updating.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ BACKUP, git fetch, checkout, npm install (migrate), check changelog instructions
2424

2525
## Docker
2626

27-
If you are running the container using docker-compose file, run the following commands :
27+
If you are running the container using docker-compose file, run the following commands :
2828
```bash
2929
docker pull eartharoid/discord-tickets:4.0
3030
```
31-
Once pull is done, simply run :
31+
Once pull is done, simply run :
3232

3333
```bash
3434
docker-compose up -d --force-recreate
@@ -39,6 +39,14 @@ Alternatively, you can use [Watchtower](https://containrrr.dev/watchtower/) to d
3939

4040
## Standalone
4141

42+
## HypeSrv
43+
44+
Your HypeSrv installation of DiscordTickets (if done via the `Content Manager`) will automatically check for and perform updated on every (re-)start of your server.
45+
46+
HypeSrv doesn't currently offer a first-party solution for backing up a database server.
47+
Instead, please connect to the database with an SQL Client like HeidiSQL and export your database via such a tool.
48+
49+
4250
## Railway
4351

4452
Railway doesn't really offer a first-party solution for backing up a database server. Instead, follow the guide for their workaround to export your database to an AWS S3 bucket at https://blog.railway.app/p/automated-postgresql-backups

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ nav:
119119
- Docker: self-hosting/installation/docker.md
120120
- Standalone: self-hosting/installation/standalone.md
121121
- BisectHosting: self-hosting/installation/bisecthosting.md
122+
- HypeSrv: self-hosting/installation/hypesrv.md
122123
- Pterodactyl:
123124
- Pterodactyl: self-hosting/installation/pterodactyl/index.md
124125
- Official egg: self-hosting/installation/pterodactyl/official.md

overrides/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ img.embed-object-contain {
9999
color: #04DDFF;
100100
}
101101

102+
.hypesrv {
103+
color: #3351F6;
104+
}
105+
102106
.railway {
103107
/* color: #853BCE; */
104108
color: #B139CC;

0 commit comments

Comments
 (0)