feat: add app files

This commit is contained in:
Lenoctambule
2026-04-02 12:04:23 +02:00
parent e3f5cf6a1e
commit f8a48ee181
13 changed files with 524 additions and 0 deletions

2
Vagrantfile vendored
View File

@@ -1,5 +1,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-24.04"
config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.network "forwarded_port", guest: 443, host: 4443
config.vm.provision "shell" do |s|
ssh_pub_key = File.readlines("/home/rralambo/.ssh/id_rsa.pub").first.strip
s.inline = <<-SHELL