Add tesla well known

This commit is contained in:
2025-01-26 17:28:18 -08:00
parent f9c244e392
commit 4b694fed62
6 changed files with 27 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.vscode
.build

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>smparkin.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>

View File

@@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEHZR4mQ31/kYqSOc2CWN7iZVmF/6f
6Rg39BboB9K8ckj02PvNK/JheaOaQWYuNirsnfn1cGBmhE4k8p6hL2dLvQ==
-----END PUBLIC KEY-----

View File

@@ -26,5 +26,4 @@ services:
<<: *shared_environment
ports:
- '8888:8888'
# user: '0' # uncomment to run as root for testing purposes even though Dockerfile defines 'vapor' user.
command: ["serve", "--env", "production", "--hostname", "0.0.0.0", "--port", "8888"]