]> PHS Git Server - phs-admin.git/commit
Adding vpn and docker elements as well as adding more git operations.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 23:18:40 +0000 (18:18 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 23:18:40 +0000 (18:18 -0500)
commitae30fb56abb78441e71577cc57cb8ca7fc077e08
tree6f79d73061cb6943721b4eb6e7cbc0963c37c430
parentdd7423edac5ca1506ab2a5f6c07237fc36e8c823
Adding vpn and docker elements as well as adding more git operations.
16 files changed:
.idea/vcs.xml [new file with mode: 0644]
src/app/routes.js
src/app/services/Docker/DockerConfig.js [new file with mode: 0644]
src/app/services/Docker/DockerService.js [new file with mode: 0644]
src/app/services/Git/GitConfig.js [new file with mode: 0644]
src/app/services/Git/GitService.js [new file with mode: 0644]
src/app/services/VPN/VPNConfig.js [new file with mode: 0644]
src/app/services/VPN/VPNService.js [new file with mode: 0644]
src/app/services/index.js [new file with mode: 0644]
src/app/views/Docker/Docker.jsx [new file with mode: 0644]
src/app/views/Git.jsx [deleted file]
src/app/views/Git/Git.jsx [new file with mode: 0755]
src/app/views/Login.jsx [deleted file]
src/app/views/Login/Login.jsx [new file with mode: 0755]
src/app/views/VPN/VPN.jsx [new file with mode: 0644]
src/app/views/index.js [new file with mode: 0644]