linuxserver / docker-nginx

GNU General Public License v3.0
148 stars 46 forks source link

ION Cube loader on docker-Nginx #92

Closed justfor-it closed 1 year ago

justfor-it commented 1 year ago

Is this a new feature request?

Wanted change

Ioncube loader on docker-compose with nginx

Reason for change

have some program that needed it insite

Proposed code change

No response

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 1 year ago

Not sure this is something we'd want to add into your nginx container but you'd be able to add it yourself via this: https://www.linuxserver.io/blog/2019-09-14-customizing-our-containers

j0nnymoe commented 1 year ago

Infact, I forgot, you can use this: https://github.com/linuxserver/docker-mods/tree/swag-ioncube

justfor-it commented 1 year ago

version: "3" services: nginx: image: lscr.io/linuxserver/nginx:latest container_name: hostfact environment:

j0nnymoe commented 1 year ago

Yep

justfor-it commented 1 year ago

─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── using keys found in /config/keys Installing Ioncube Loader Linux architecture found: x86-64 PHP Version found: 8.1.x Downloading Ioncube Loader... Connecting to downloads.ioncube.com (192.241.136.243:443) saving to '/tmp/ioncube_loaders_lin_x86-64.tar.gz' ioncube_loaderslin 0% | | 0 --:--:-- ETA ioncube_loaderslin 7% |** | 1120k 0:00:23 ETA ioncube_loaderslin 72% |*** | 10.1M 0:00:01 ETA ioncube_loaderslin 100% |****| 13.9M 0:00:00 ETA '/tmp/ioncube_loaders_lin_x86-64.tar.gz' saved Ioncube Loader downloaded: ioncube_loaders_lin_x86-64.tar.gz Extracting Ioncube Loader... ioncube/ ioncube/ioncube_loader_lin_5.0.so ioncube/ioncube_loader_lin_4.3.so ioncube/ioncube_loader_lin_7.0_ts.so ioncube/ioncube_loader_lin_4.2.so ioncube/ioncube_loader_lin_5.6.so ioncube/ioncube_loader_lin_7.1.so ioncube/ioncube_loader_lin_5.3.so ioncube/ioncube_loader_lin_7.3_ts.so ioncube/ioncube_loader_lin_5.5_ts.so ioncube/ioncube_loader_lin_5.4.so ioncube/loader-wizard.php ioncube/ioncube_loader_lin_4.3_ts.so ioncube/ioncube_loader_lin_5.5.so ioncube/LICENSE.txt ioncube/USER-GUIDE.pdf ioncube/ioncube_loader_lin_5.4_ts.so ioncube/ioncube_loader_lin_7.4_ts.so ioncube/ioncube_loader_lin_7.0.so ioncube/ioncube_loader_lin_5.3_ts.so ioncube/ioncube_loader_lin_4.4.so ioncube/ioncube_loader_lin_4.4_ts.so ioncube/ioncube_loader_lin_7.4.so ioncube/ioncube_loader_lin_7.3.so ioncube/ioncube_loader_lin_7.1_ts.so ioncube/ioncube_loader_lin_7.2_ts.so ioncube/ioncube_loader_lin_5.2.so ioncube/USER-GUIDE.txt ioncube/ioncube_loader_lin_4.1.so ioncube/README.txt ioncube/ioncube_loader_lin_5.1_ts.so ioncube/ioncube_loader_lin_7.2.so ioncube/ioncube_loader_lin_8.1.so ioncube/ioncube_loader_lin_5.0_ts.so ioncube/ioncube_loader_lin_8.1_ts.so ioncube/ioncube_loader_lin_5.1.so ioncube/ioncube_loader_lin_5.6_ts.so ioncube/ioncube_loader_lin_5.2_ts.so Ioncube Loader extracted: /usr/local/ioncube Ioncube Loader PHP extension enabled: ioncube_loader_lin_8.1.so /etc/s6-overlay/s6-rc.d/init-mod-swag-ioncube-setup/run: line 37: /etc/php8/conf.d/00-ioncube.ini: No such file or directory Ioncube Loader Installed [custom-init] No custom files found, skipping... [ls.io-init] done.

But then i see this erros

j0nnymoe commented 1 year ago

You probably want to test that it's not working but either the mod needs updating (was submitted by someone outside the team) or you'll need to use the custom method I linked above.