mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-17 09:01:49 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fa24385ffb
commit
4fcf728e77
74
Makefile
74
Makefile
@ -1,37 +1,37 @@
|
||||
|
||||
|
||||
|
||||
config.global: config.global.example
|
||||
vim "+0r config.global.example" $<
|
||||
|
||||
|
||||
config: config.global
|
||||
|
||||
|
||||
.PHONY: gate
|
||||
gate: ./gate-traefik
|
||||
$</make.sh
|
||||
|
||||
|
||||
.PHONY: ns
|
||||
ns:
|
||||
$@/make.sh
|
||||
|
||||
.PHONY: ssh
|
||||
ssh:
|
||||
$@/make.sh
|
||||
|
||||
.PHONY: wireguard
|
||||
wireguard:
|
||||
$@/make.sh
|
||||
|
||||
.PHONY: syncthing
|
||||
syncthing:
|
||||
$@/make.sh
|
||||
|
||||
|
||||
.PHONY: all
|
||||
all: config gate ns ssh wireguard syncthing
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
config.global: config.global.example
|
||||
vim "+0r config.global.example" $@
|
||||
|
||||
|
||||
config: config.global
|
||||
|
||||
|
||||
.PHONY: gate
|
||||
gate: ./gate-traefik
|
||||
$</make.sh
|
||||
|
||||
|
||||
.PHONY: ns
|
||||
ns:
|
||||
$@/make.sh
|
||||
|
||||
.PHONY: ssh
|
||||
ssh:
|
||||
$@/make.sh
|
||||
|
||||
.PHONY: wireguard
|
||||
wireguard:
|
||||
$@/make.sh
|
||||
|
||||
.PHONY: syncthing
|
||||
syncthing:
|
||||
$@/make.sh
|
||||
|
||||
|
||||
.PHONY: all
|
||||
all: config gate ns ssh wireguard syncthing
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,27 +1,27 @@
|
||||
#
|
||||
# Setting an option here will disable its interactive dialog. prefixing
|
||||
# an option (except for ROOTPASS) with "DFL_" will set the default value
|
||||
# and show the dialog enabling the user to tweak/confirm the value.
|
||||
#
|
||||
|
||||
DFL_EMAIL=user@example.com
|
||||
DFL_DOMAIN=example.com
|
||||
DFL_WAN_IP=192.168.1.101/24
|
||||
DFL_WAN_GATE=192.168.1.252
|
||||
|
||||
DFL_WAN_BRIDGE=2
|
||||
DFL_LAN_BRIDGE=0
|
||||
DFL_ADMIN_BRIDGE=1
|
||||
|
||||
# this can be used for passing in ssh keys, etc...
|
||||
DFL_PCT_EXTRA=
|
||||
|
||||
NS_HOSTNAME=ns
|
||||
NS_ADMIN_IP=10.0.0.1/24
|
||||
NS_LAN_IP=10.1.1.1/24
|
||||
|
||||
GATE_HOSTNAME=gate
|
||||
GATE_ADMIN_IP=10.0.0.2/24
|
||||
GATE_LAN_IP=10.1.1.2/24
|
||||
|
||||
|
||||
#
|
||||
# Setting an option here will disable its interactive dialog. prefixing
|
||||
# an option (except for ROOTPASS) with "DFL_" will set the default value
|
||||
# and show the dialog enabling the user to tweak/confirm the value.
|
||||
#
|
||||
|
||||
DFL_EMAIL=user@example.com
|
||||
DFL_DOMAIN=example.com
|
||||
DFL_WAN_IP=192.168.1.101/24
|
||||
DFL_WAN_GATE=192.168.1.252
|
||||
|
||||
DFL_WAN_BRIDGE=2
|
||||
DFL_LAN_BRIDGE=0
|
||||
DFL_ADMIN_BRIDGE=1
|
||||
|
||||
# this can be used for passing in ssh keys, etc...
|
||||
DFL_PCT_EXTRA=
|
||||
|
||||
NS_HOSTNAME=ns
|
||||
NS_ADMIN_IP=10.0.0.1/24
|
||||
NS_LAN_IP=10.1.1.1/24
|
||||
|
||||
GATE_HOSTNAME=gate
|
||||
GATE_ADMIN_IP=10.0.0.2/24
|
||||
GATE_LAN_IP=10.1.1.2/24
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user