mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Change homestead file method
This commit is contained in:
37
Homestead.yaml.example
Normal file
37
Homestead.yaml.example
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
ip: "192.168.10.10"
|
||||
memory: 512
|
||||
cpus: 1
|
||||
hostname: panel
|
||||
name: panel
|
||||
provider: virtualbox
|
||||
|
||||
authorize: ~/.ssh/id_rsa.pub
|
||||
|
||||
keys:
|
||||
- ~/.ssh/id_rsa
|
||||
|
||||
folders:
|
||||
- map: "/path/to/local/folder"
|
||||
to: "/home/vagrant/panel"
|
||||
type: nfs
|
||||
|
||||
sites:
|
||||
- map: pterodactyl.app
|
||||
to: "/home/vagrant/panel/public"
|
||||
|
||||
databases:
|
||||
- homestead
|
||||
|
||||
# blackfire:
|
||||
# - id: foo
|
||||
# token: bar
|
||||
# client-id: foo
|
||||
# client-token: bar
|
||||
|
||||
# ports:
|
||||
# - send: 50000
|
||||
# to: 5000
|
||||
# - send: 7777
|
||||
# to: 777
|
||||
# protocol: udp
|
||||
Reference in New Issue
Block a user