File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ sudo docker run -d --restart unless-stopped \
62
62
--dns=1.1.1.1 \
63
63
-v /home/ubuntu/gbans/gbans.yml:/app/gbans.yml:ro \
64
64
--name gbans \
65
- ghcr.io/leighmacdonald/gbans:v0.5.14
65
+ ghcr.io/leighmacdonald/gbans:v0.6.0
66
66
```
67
67
68
68
Substitute ` /home/ubuntu/gbans/gbans.yml ` with the location of your config.
Original file line number Diff line number Diff line change 37
37
< script >
38
38
window . gbans = {
39
39
build_version : "<%= build_version %>" ,
40
+ discord_link_id : "<%= discord_link_id %>" ,
40
41
}
41
42
</ script >
42
43
< style >
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import react from '@vitejs/plugin-react-swc';
3
3
import { defineConfig } from 'vite' ;
4
4
import { createHtmlPlugin } from 'vite-plugin-html' ;
5
5
6
-
7
6
// https://vitejs.dev/config/
8
7
export default defineConfig ( {
9
8
base : '/' ,
@@ -48,8 +47,9 @@ export default defineConfig({
48
47
49
48
inject : {
50
49
data : {
51
- title : 'gbans' ,
52
- build_version : 'v0.5.14'
50
+ title : 'Uncletopia' ,
51
+ build_version : 'v0.6.0' ,
52
+ discord_link_id : 'caQKCWFMrN'
53
53
}
54
54
}
55
55
} )
You can’t perform that action at this time.
0 commit comments