This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
304
Commits
4
Branches
4.7 MiB
TypeScript
77.7%
Vue
17.4%
Dockerfile
2.8%
Shell
0.8%
JavaScript
0.5%
Other
0.7%
Tree:
ed42d02e6d
dev
master
new-arch
staging
submodules-final
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ed42d02e6d'
${ noResults }
autoplex-legacy
/
api
/
manager
/
src
/
constants.ts
4 lines
100 B
Raw
Blame
History
/**
* The path to the socket file
*/
export
const
SOCKET_PATH
=
"/var/autoplex/ipc/manager.sock"
;