├── .files ├── .file ├── 30-sysinfo.sh ├── expand.sh ├── htmlrefresh.sh ├── icon │ ├── .file │ ├── Clean-up.png │ ├── amneziawg.png │ ├── app1.png │ ├── iran.png │ ├── store_icons │ │ ├── 1759683197725-istockphoto-2151656410-612x612.jpg │ │ ├── 1759683939070-istockphoto-2151656410-612x612.jpg │ │ ├── 1759684468851-istockphoto-2151656410-612x612.jpg │ │ ├── 1759762003793-image_2025-10-06_181642711.png │ │ ├── 1759847113260-images (1).jpg │ │ ├── 1759857777814-openvpn_logo_feaa0a35e6.png │ │ ├── 1764162160375-kisspng-openvpn-virtual-private-network-computer-software-tunnel-5ab9974d2b5f56.9725812215221123331777.jpg │ │ ├── 1765336255061-WireGuard_Logo.png │ │ ├── 1765336637414-25b3341506f9d7c1.png │ │ ├── 1765336991863-SSTP_Logo_New_-_02.png │ │ ├── 1765342994211-image_2025-10-11_215938211.png │ │ ├── 1765436961306-New_Home_Assistant_logo.svg.png │ │ ├── 1765437352207-portainer_logo.png │ │ ├── 1765437549790-docker-logo-png_seeklogo-273037.png │ │ ├── 1765441885035-adguard.logo_.jpg │ │ └── 1765448587532-1920x1080bb-80.png │ ├── warp2.png │ └── wol.png ├── oldbackups │ └── start.sh ├── profile ├── scripts │ ├── PeDitXrt_installer.sh │ └── maker.py ├── sys_bashrc.sh └── warp_marzban.sh ├── .github └── workflows │ └── build.yml---- ├── LICENSE ├── README.md ├── README_ar.md ├── README_fa.md ├── README_ru.md ├── README_tr.md ├── README_zh.md ├── admin ├── cms.html ├── config.yml └── index.html ├── license ├── luci-app-peditxos ├── Makefile ├── control │ ├── postinst │ └── prerm ├── luasrc │ ├── controller │ │ └── peditxos.lua │ └── view │ │ └── peditxos │ │ └── main.htm └── root │ └── usr │ └── bin │ └── peditx_runner.sh ├── public └── images │ └── uploads │ └── .gitkeep └── services ├── ins.txt ├── main.htm ├── service_runner.sh ├── serviceinstaller.lua └── services.json /.files/.file: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.files/30-sysinfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/30-sysinfo.sh -------------------------------------------------------------------------------- /.files/expand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/expand.sh -------------------------------------------------------------------------------- /.files/htmlrefresh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/htmlrefresh.sh -------------------------------------------------------------------------------- /.files/icon/.file: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.files/icon/Clean-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/Clean-up.png -------------------------------------------------------------------------------- /.files/icon/amneziawg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/amneziawg.png -------------------------------------------------------------------------------- /.files/icon/app1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/app1.png -------------------------------------------------------------------------------- /.files/icon/iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/iran.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1759683197725-istockphoto-2151656410-612x612.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1759683197725-istockphoto-2151656410-612x612.jpg -------------------------------------------------------------------------------- /.files/icon/store_icons/1759683939070-istockphoto-2151656410-612x612.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1759683939070-istockphoto-2151656410-612x612.jpg -------------------------------------------------------------------------------- /.files/icon/store_icons/1759684468851-istockphoto-2151656410-612x612.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1759684468851-istockphoto-2151656410-612x612.jpg -------------------------------------------------------------------------------- /.files/icon/store_icons/1759762003793-image_2025-10-06_181642711.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1759762003793-image_2025-10-06_181642711.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1759847113260-images (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1759847113260-images (1).jpg -------------------------------------------------------------------------------- /.files/icon/store_icons/1759857777814-openvpn_logo_feaa0a35e6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1759857777814-openvpn_logo_feaa0a35e6.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1764162160375-kisspng-openvpn-virtual-private-network-computer-software-tunnel-5ab9974d2b5f56.9725812215221123331777.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1764162160375-kisspng-openvpn-virtual-private-network-computer-software-tunnel-5ab9974d2b5f56.9725812215221123331777.jpg -------------------------------------------------------------------------------- /.files/icon/store_icons/1765336255061-WireGuard_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1765336255061-WireGuard_Logo.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1765336637414-25b3341506f9d7c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1765336637414-25b3341506f9d7c1.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1765336991863-SSTP_Logo_New_-_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1765336991863-SSTP_Logo_New_-_02.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1765342994211-image_2025-10-11_215938211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1765342994211-image_2025-10-11_215938211.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1765436961306-New_Home_Assistant_logo.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1765436961306-New_Home_Assistant_logo.svg.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1765437352207-portainer_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1765437352207-portainer_logo.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1765437549790-docker-logo-png_seeklogo-273037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1765437549790-docker-logo-png_seeklogo-273037.png -------------------------------------------------------------------------------- /.files/icon/store_icons/1765441885035-adguard.logo_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1765441885035-adguard.logo_.jpg -------------------------------------------------------------------------------- /.files/icon/store_icons/1765448587532-1920x1080bb-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/store_icons/1765448587532-1920x1080bb-80.png -------------------------------------------------------------------------------- /.files/icon/warp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/warp2.png -------------------------------------------------------------------------------- /.files/icon/wol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/icon/wol.png -------------------------------------------------------------------------------- /.files/oldbackups/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/oldbackups/start.sh -------------------------------------------------------------------------------- /.files/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/profile -------------------------------------------------------------------------------- /.files/scripts/PeDitXrt_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/scripts/PeDitXrt_installer.sh -------------------------------------------------------------------------------- /.files/scripts/maker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/scripts/maker.py -------------------------------------------------------------------------------- /.files/sys_bashrc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/sys_bashrc.sh -------------------------------------------------------------------------------- /.files/warp_marzban.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.files/warp_marzban.sh -------------------------------------------------------------------------------- /.github/workflows/build.yml----: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/.github/workflows/build.yml---- -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/README.md -------------------------------------------------------------------------------- /README_ar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/README_ar.md -------------------------------------------------------------------------------- /README_fa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/README_fa.md -------------------------------------------------------------------------------- /README_ru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/README_ru.md -------------------------------------------------------------------------------- /README_tr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/README_tr.md -------------------------------------------------------------------------------- /README_zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/README_zh.md -------------------------------------------------------------------------------- /admin/cms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/admin/cms.html -------------------------------------------------------------------------------- /admin/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/admin/config.yml -------------------------------------------------------------------------------- /admin/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/admin/index.html -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/license -------------------------------------------------------------------------------- /luci-app-peditxos/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/luci-app-peditxos/Makefile -------------------------------------------------------------------------------- /luci-app-peditxos/control/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/luci-app-peditxos/control/postinst -------------------------------------------------------------------------------- /luci-app-peditxos/control/prerm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/luci-app-peditxos/control/prerm -------------------------------------------------------------------------------- /luci-app-peditxos/luasrc/controller/peditxos.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/luci-app-peditxos/luasrc/controller/peditxos.lua -------------------------------------------------------------------------------- /luci-app-peditxos/luasrc/view/peditxos/main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/luci-app-peditxos/luasrc/view/peditxos/main.htm -------------------------------------------------------------------------------- /luci-app-peditxos/root/usr/bin/peditx_runner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/luci-app-peditxos/root/usr/bin/peditx_runner.sh -------------------------------------------------------------------------------- /public/images/uploads/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /services/ins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/services/ins.txt -------------------------------------------------------------------------------- /services/main.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/services/main.htm -------------------------------------------------------------------------------- /services/service_runner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/services/service_runner.sh -------------------------------------------------------------------------------- /services/serviceinstaller.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/services/serviceinstaller.lua -------------------------------------------------------------------------------- /services/services.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peditx/PeDitXOs/HEAD/services/services.json --------------------------------------------------------------------------------