mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
23 lines
592 B
JSON
23 lines
592 B
JSON
{
|
|
"hosts": {
|
|
"windows-iva": {
|
|
"platform": "windows",
|
|
"host": "iva",
|
|
"user": "Hampus",
|
|
"repo": "C:\\Users\\Hampus\\src\\fluxer-private",
|
|
"repoUrl": "git@github.com:REPLACE_ME/fluxer-private.git",
|
|
"identityFile": "~/.ssh/id_ed25519",
|
|
"forwards": []
|
|
},
|
|
"macos": {
|
|
"platform": "macos",
|
|
"host": "replace-with-mac-tailnet-name",
|
|
"user": "replace-with-mac-username",
|
|
"repo": "/Users/replace-with-mac-username/src/fluxer-private",
|
|
"repoUrl": "git@github.com:REPLACE_ME/fluxer-private.git",
|
|
"identityFile": "~/.ssh/id_ed25519",
|
|
"forwards": []
|
|
}
|
|
}
|
|
}
|