Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.cache
.env
site
# Created by venv; see https://docs.python.org/3/library/venv.html
*
8 changes: 4 additions & 4 deletions docs/self-hosting/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

## Shared/containerised services

| :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 } |
| :--------------------------------------------------------------: | :---------------------------------------------------------------: | :-------------------------------------------------------------: | :--------------------------------------------------------: |
| :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 |
| [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} |
| :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 } |
|:------------------------------------------------------------:|:---------------------------------------------------------:|:-------------------------------------------------------------:|:---------------------------------------------------------------:|:---------------------------------------------------:|
| :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 |
| [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} |


[![BisectHosting](https://www.bisecthosting.com/partners/custom-banners/41ca8074-184e-4ad1-a44d-77750ee8bfb9.webp){ .no-glightbox }](https://bisecthosting.com/discordtickets?r=docs-installation)
Expand Down
12 changes: 10 additions & 2 deletions docs/self-hosting/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ BACKUP, git fetch, checkout, npm install (migrate), check changelog instructions

## Docker

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

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

## Standalone

## HypeSrv

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.

HypeSrv doesn't currently offer a first-party solution for backing up a database server.
Instead, please connect to the database with an SQL Client like HeidiSQL and export your database via such a tool.


## Railway

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
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ nav:
- Docker: self-hosting/installation/docker.md
- Standalone: self-hosting/installation/standalone.md
- BisectHosting: self-hosting/installation/bisecthosting.md
- HypeSrv: self-hosting/installation/hypesrv.md
- Pterodactyl:
- Pterodactyl: self-hosting/installation/pterodactyl/index.md
- Official egg: self-hosting/installation/pterodactyl/official.md
Expand Down
4 changes: 4 additions & 0 deletions overrides/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ img.embed-object-contain {
color: #04DDFF;
}

.hypesrv {
color: #3351F6;
}

.railway {
/* color: #853BCE; */
color: #B139CC;
Expand Down