i have two servers, one is just a cloud i save stuff on and host a webserver on and i have my minecraft server
i just put together this api: https://paste.denizenscript.com/View/120664
which just listens for my localhost pings
it then runs this batch script: https://paste.denizenscript.com/View/120665
it seems to work and i verified it respects the gitignore i have in my pack's folder before zipping - aside from ensuring the localhost api isnt accessible outside of localhost and keeping my resource pack zipped file behind my reverse proxy, is there anything important im missing here? i've verified it works at least
Content of Python Paste #120664: python script - api server... pasted 2024/02/28 09:26:17 UTC-08:00, Paste length: 517 characters across 17 lines, Content: from flask import Flask, jsonifyimport subprocess
Content of Batch File (DOS) Paste #120665: batch script... pasted 2024/02/28 09:27:15 UTC-08:00, Paste length: 640 characters across 32 lines, Content: @echo offSETLOCAL