Kuma with Mattermost
This commit is contained in:
6
.vscode/mklink.md
vendored
6
.vscode/mklink.md
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
created: 2024-01-14T02:18:08.120Z
|
||||
type: note
|
||||
updated: 2024-11-02T15:37:31.000Z
|
||||
updated: 2024-11-11T18:38:17.837Z
|
||||
---
|
||||
|
||||
# mklink
|
||||
@ -45,3 +45,7 @@ mklink /J "L:\Git\Notes-Infineon\.Infineon\.work-item-query-language" "L:\DevOps
|
||||
```bash Thu Oct 31 2024 09:55:31 GMT-0700 (Mountain Standard Time)
|
||||
mklink /J "L:\Git\Notes-Infineon\.Infineon\.gitconfig" "C:\Users\phares\gitconfig"
|
||||
```
|
||||
|
||||
```bash 1731350234002 = 638669470340020000 = Mon Nov 11 2024 11:37:13 GMT-0700 (Mountain Standard Time)
|
||||
mklink /J "D:\5-Other-Small\Notes\Infineon\.Mattermost" "D:\5-Other-Small\Kanban\Mattermost"
|
||||
```
|
||||
|
1
.vscode/systemd/adguard-server-conf.volume
vendored
1
.vscode/systemd/adguard-server-conf.volume
vendored
@ -1 +0,0 @@
|
||||
[Volume]
|
1
.vscode/systemd/adguard-server-data.volume
vendored
1
.vscode/systemd/adguard-server-data.volume
vendored
@ -1 +0,0 @@
|
||||
[Volume]
|
34
.vscode/systemd/adguard-server.container
vendored
34
.vscode/systemd/adguard-server.container
vendored
@ -1,34 +0,0 @@
|
||||
[Container]
|
||||
AutoUpdate=registry
|
||||
ContainerName=adguard-server
|
||||
Image=docker.io/adguard/adguardhome
|
||||
# Network=adguard.network
|
||||
# Pod=adguard.pod
|
||||
PublishPort=53:53/udp
|
||||
PublishPort=67:67/udp
|
||||
PublishPort=68:68/tcp
|
||||
PublishPort=68:68/udp
|
||||
PublishPort=80:80/tcp
|
||||
PublishPort=443:443/tcp
|
||||
PublishPort=853:853/tcp
|
||||
PublishPort=3000:3000/tcp
|
||||
PublishPort=3002:3002/tcp
|
||||
Volume=adguard-server-conf.volume:/opt/adguardhome/conf:rw
|
||||
Volume=adguard-server-data.volume:/opt/adguardhome/work:rw
|
||||
|
||||
[Service]
|
||||
Restart=no
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target default.target
|
||||
|
||||
# podman pull docker.io/adguard/adguardhome
|
||||
# systemctl --user daemon-reload
|
||||
# systemctl --user start adguard-server
|
||||
# systemctl --user status adguard-server
|
||||
# journalctl -fu adguard-server.service
|
||||
# podman logs adguard-server
|
||||
# systemctl --user stop adguard-server
|
||||
# systemctl --user disable adguard-server
|
||||
# podman exec -ti adguard-server /bin/sh
|
||||
# podman exec -ti adguard-server /bin/bash
|
Reference in New Issue
Block a user