Add API credentials and configs
- pve/credentials: Proxmox API token - dns/credentials: Technitium DNS credentials - forgejo/credentials: Forgejo API token - npm/npm-api.conf: NPM API credentials Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
45424e0172
commit
59ee2da552
4 changed files with 20 additions and 0 deletions
4
dns/credentials
Normal file
4
dns/credentials
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
DNS_HOST=10.5.0.2
|
||||||
|
DNS_PORT=5380
|
||||||
|
DNS_USER=mikkel
|
||||||
|
DNS_PASS='&X#6PuBcoI*!%6Ng4LGf'
|
||||||
3
forgejo/credentials
Normal file
3
forgejo/credentials
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
FORGEJO_HOST=10.5.0.14
|
||||||
|
FORGEJO_PORT=3000
|
||||||
|
FORGEJO_TOKEN=653c6277f60c7ceef523932b834dc8ddf32db042
|
||||||
9
npm/npm-api.conf
Normal file
9
npm/npm-api.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# npm-api.conf
|
||||||
|
|
||||||
|
## Nginx proxy IP address (your Nginx IP/port)
|
||||||
|
NGINX_IP="10.5.0.1"
|
||||||
|
NGINX_PORT="81"
|
||||||
|
|
||||||
|
## Existing user (user and password) on NPM
|
||||||
|
API_USER="mikkel@datalos.dk"
|
||||||
|
API_PASS="CN#H8vrGPdHZp6&*&V2L"
|
||||||
4
pve/credentials
Normal file
4
pve/credentials
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
host=10.5.0.254
|
||||||
|
user=root@pam
|
||||||
|
token_name=mgmt
|
||||||
|
token_value=5004d75a-0bc5-43dd-9ab2-1aba8e4b979a
|
||||||
Loading…
Add table
Reference in a new issue