19 lines
480 B
Plaintext
19 lines
480 B
Plaintext
archive/*
|
|
|
|
|
|
# this gets generated locally then push to remote vps for execution.
|
|
temp_btcpay.sh
|
|
|
|
nginx.conf
|
|
|
|
# this file can be used by the USER to reset the LXD stack. It deletes a lxc machine VM (which you should update)
|
|
# then clears the lxd stack including profile, images, and storage pools
|
|
# then runs go.sh
|
|
reset.sh
|
|
|
|
# you can create an env in this directory. The code will source it if the file exists.
|
|
# This is a good place to put your LXD info
|
|
env
|
|
|
|
clear_lxd_stack.sh
|