Skip to content

Commit 8099eb0

Browse files
committed
prepare repo migration
1 parent a41d065 commit 8099eb0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 6C656C65
3+
Copyright (c) 2025 pyproxytools
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1>pyproxy Ansible</h1>
33
</div>
44

5-
**pyproxy Ansible** is an Ansible role for deploying the [pyproxy](https://github.com/6C656C65/pyproxy) project.
5+
**pyproxy Ansible** is an Ansible role for deploying the [pyproxy](https://github.com/pyproxytools/pyproxy) project.
66

77
## **Deployment Methods**
88

@@ -18,7 +18,7 @@
1818
You can add the role to your playbook as a submodule. For example:
1919

2020
```bash
21-
git submodule add https://github.com/6C656C65/pyproxy_ansible roles/pyproxy
21+
git submodule add https://github.com/pyproxytools/pyproxy-ansible roles/pyproxy
2222
```
2323

2424
## 🔧 **Configuration**

defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pyproxy:
66
compose:
77
install_path: "/opt/pyproxy"
88
name: pyproxy
9-
image: ghcr.io/6c656c65/pyproxy
9+
image: ghcr.io/pyproxytools/pyproxy
1010
tag: latest
1111
bind_port:
1212
- 8080:8080
@@ -30,7 +30,7 @@ pyproxy:
3030
docker:
3131
install_path: "/opt/pyproxy"
3232
name: pyproxy
33-
image: ghcr.io/6c656c65/pyproxy
33+
image: ghcr.io/pyproxytools/pyproxy
3434
tag: latest
3535
bind_port:
3636
- 8080:8080
@@ -52,7 +52,7 @@ pyproxy:
5252

5353
# Source
5454
source:
55-
repo: "https://github.com/6C656C65/pyproxy.git"
55+
repo: "https://github.com/pyproxytools/pyproxy.git"
5656
install_path: "/opt/pyproxy"
5757
venv_path: "/opt/pyproxy/venv"
5858
service_name: "pyproxy"

0 commit comments

Comments
 (0)