lunardunno
a9bf2dfcb9
removing stdout about creating services
...
removing the output of information about creating services for podman-docker
2024-07-20 09:09:19 +04:00
lunardunno
c34c7f21b0
removed creating services
...
creation of services for podman in this place has been removed
2024-07-20 09:01:07 +04:00
lunardunno
88b166443f
changing restart method
...
changing restart method for podman-docker
2024-07-20 08:54:13 +04:00
lunardunno
284019f954
Create service for podman
2024-07-20 07:10:41 +04:00
lunardunno
4f77d7ba70
creating services for podman
...
creating systemd service to autostart container when the server is rebooted, when using podman-docker
2024-07-20 06:04:17 +04:00
lunardunno
3fc1a51a4c
docker search with sudo
2024-07-20 00:39:42 +04:00
lunardunno
ef902e6ddb
Changes 2
2024-07-19 17:18:55 +04:00
lunardunno
df10271be0
Changes 1
2024-07-18 21:03:15 +04:00
lunardunno
df743b0b39
Improved code readability
2024-07-18 18:56:17 +04:00
lunardunno
d1b3c05e02
Removing quotes
2024-07-18 04:26:38 +04:00
lunardunno
40e113023e
Using grep exit code
2024-07-18 00:59:41 +04:00
lunardunno
37cddd73ce
Using grep exit code
2024-07-17 21:16:55 +04:00
lunardunno
2f91240766
printf aliases
2024-07-01 17:00:14 +04:00
lunardunno
5c9ab510cb
tests removed
2024-07-01 15:13:58 +04:00
lunardunno
886ca3f6ac
test2
2024-07-01 13:55:18 +04:00
lunardunno
95b330bd56
sudo for docker version, plus test
2024-07-01 12:02:22 +04:00
lunardunno
91bb378806
quotes
2024-07-01 09:05:56 +04:00
lunardunno
d33b84f637
docker version with sudo for podman
2024-07-01 05:58:22 +04:00
lunardunno
388fd6ac46
docker version with sudo
2024-07-01 05:33:42 +04:00
lunardunno
2717d9f5c2
some change
2024-07-01 05:02:58 +04:00
lunardunno
a480c17f38
some changes
2024-07-01 04:29:01 +04:00
lunardunno
0a3f69a477
sudo test
2024-07-01 02:37:46 +04:00
lunardunno
832a525065
improved code readability
2024-06-30 16:40:05 +04:00
lunardunno
520094d430
aliases reworked
...
reworked the creation of aliases for podman for users with sudo
2024-06-30 12:45:40 +04:00
lunardunno
8599f8f0a9
hub search parameters have been cancelled
...
Changes to container hub search parameters have been cancelled.
2024-06-30 02:24:58 +04:00
lunardunno
40bb2e8ee4
some fix
2024-06-29 06:50:38 +04:00
lunardunno
fe5ffec7c3
Removing aliases for podman
...
Removing AmneziaVPN aliases for podman-docker when cleaning the server.
2024-06-29 05:47:12 +04:00
lunardunno
d502f1c4d2
correction of comment used
2024-06-29 05:31:01 +04:00
lunardunno
c3e59bbaea
add aliases for podman
2024-06-29 05:23:10 +04:00
lunardunno
5f98d388ef
default value for Check service
...
the default value for the verification service is set to docker
2024-06-28 08:45:00 +04:00
lunardunno
2fc62cfa24
some changes
2024-06-28 07:18:13 +04:00
lunardunno
b819d87245
docker.io for apt-get
2024-06-27 13:24:02 +04:00
lunardunno
f39b4ecdc4
checking the result of actions, etc.
...
Change the stub command for check for available packages for Arch Linux.
Checking and changing the locale for correct error handling by the server controller.
Introduction of direct checking of package installation results.
Check which containerization application will be installed.
Checking of docker installation results and service or socket status.
2024-06-27 07:14:56 +04:00
lunardunno
762603f0ad
improving podman compatibility
...
1) Disabling message: Emulate Docker CLI using podman.
2) Changed short-name-mode operating mode in podman.
3) temporary replacement for the docker service whose activity is being checked
2024-06-26 11:01:11 +04:00
lunardunno
a3601d4dea
enable podman.socket
2024-06-26 06:55:36 +04:00
Nethius
c22f9ff08a
added ui for proxy container ( #762 )
...
Added proxy container
2024-06-10 12:35:24 +01:00
Mykola Baibuz
e6ee9085a2
Connection string support for XRay protocol ( #777 )
...
* Connection string support for XRay protocol
2024-05-27 16:15:55 +01:00
Mykola Baibuz
ba4237f1dd
Xray with Reality protocol ( #494 )
...
* Xray with Reality for desktops
2024-03-27 11:02:34 +00:00
AlexanderGalkov
bf901631bf
Update Dockerfile ( #648 )
...
* Update Dockerfile
* update server scripts for cloak and shadowsocks
* specify the latest cloak and shadowsocks releases in server scripts
2024-03-02 19:45:42 +00:00
lunardunno
256081e4ed
Improved server cleaning ( #639 )
...
Deleting the amnezia directory in opt when cleaning the server.
2024-02-26 12:35:31 +00:00
lunardunno
dba05aab07
Improved docker cleanup. ( #568 )
...
Improved docker cleanup.
Removing anonymous volumes associated with containers.
Specifying the full name of the amn0 network interface to remove when cleaning the server.
2024-02-09 13:00:44 +00:00
lunardunno
7a435f76b6
ArchLinux_support ( #463 )
...
Arch linux support (#464 )
2024-01-10 20:15:14 +00:00
tiaga
4fd0852bb3
Improve install_docker.sh
...
- add delays before and after Docker activation
- cancel installation if `sudo` wasn't found
2023-11-27 21:47:54 +07:00
tiaga
362a82f944
Improve logic of install_docker.sh
...
- check packages update only when it's required
- avoid `dnf/yum update` for RHEL-based systems
2023-11-14 16:57:16 +07:00
lunardunno
160d88f002
Restoring autostart and enable docker for CentOS 7
2023-10-17 21:26:50 +04:00
pokamest
10435cea69
Tiny refactoring and text fixes
2023-10-12 01:15:05 +01:00
pokamest
ce9a23e021
Merge branch 'dev' into feature/amnezia-wireguard-client-impl
2023-10-11 19:40:40 +01:00
pokamest
d92729d346
Fix install_docker.sh
2023-10-11 15:30:55 +01:00
vladimir.kuznetsov
aa4a79934a
renamed amenziawireguard to awg
2023-10-06 17:19:44 +05:00
vladimir.kuznetsov
304f29bfac
returned 'address' to awg server config and set it to 10.8.1.1/24
2023-10-02 20:03:01 +05:00