First
Some checks failed
Build All Docker Images / changes (push) Has been cancelled
Build and Push App Docker Image / build (push) Has been cancelled
Build and Push Node Docker Image / build (push) Has been cancelled
Test and Lint / test-app (push) Has been cancelled
Test and Lint / test-node (push) Has been cancelled
Test and Lint / lint-dockerfiles (push) Has been cancelled
Test and Lint / security-scan (push) Has been cancelled
Build All Docker Images / build-app (push) Has been cancelled
Build All Docker Images / build-node (push) Has been cancelled
Build All Docker Images / summary (push) Has been cancelled
Some checks failed
Build All Docker Images / changes (push) Has been cancelled
Build and Push App Docker Image / build (push) Has been cancelled
Build and Push Node Docker Image / build (push) Has been cancelled
Test and Lint / test-app (push) Has been cancelled
Test and Lint / test-node (push) Has been cancelled
Test and Lint / lint-dockerfiles (push) Has been cancelled
Test and Lint / security-scan (push) Has been cancelled
Build All Docker Images / build-app (push) Has been cancelled
Build All Docker Images / build-node (push) Has been cancelled
Build All Docker Images / summary (push) Has been cancelled
This commit is contained in:
commit
4169337dd0
68 changed files with 8726 additions and 0 deletions
15
app/data/frpc.toml
Normal file
15
app/data/frpc.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[common]
|
||||
server_addr = "127.0.0.1"
|
||||
server_port = 7000
|
||||
token = "your-secret-token"
|
||||
|
||||
# Example tunnel configuration
|
||||
# This file will be automatically generated by the FRP Manager
|
||||
# based on your tunnel configurations in the web interface
|
||||
|
||||
# Example:
|
||||
# [minecraft-server]
|
||||
# type = "tcp"
|
||||
# local_ip = "192.168.1.100"
|
||||
# local_port = 25565
|
||||
# remote_port = 25565
|
||||
BIN
app/data/tunnels.db
Normal file
BIN
app/data/tunnels.db
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue