Add cert scripts; update readme; update gitignore; add nginx
This commit is contained in:
parent
91c5eb1d9d
commit
ae3d5e4df7
9 changed files with 301 additions and 30 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,6 +1,10 @@
|
|||
# Project
|
||||
.env
|
||||
data
|
||||
data/*
|
||||
data/nginx/*
|
||||
!data
|
||||
!data/nginx
|
||||
!data/nginx/default.conf.template
|
||||
|
||||
# VScode
|
||||
.vscode/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue