Node Central
Node Central
Hi @bugy thanks so much for responding, having just `bash` in a script gives me the direct terminal feel, many thanks. When it comes to creating an interactive pick list,...
Thanks @bugy I was looking at the `server_file` option, but I’m not sure what the script (in script_path needs to be)? ```` { "name": "Organize Configuration Pick List", "script_path": "???",...
Thanks @bugy , is this looking right ? Some questions. 1) I’ve called out the same directory in `working_directory` and `file_dir`? They’re both point to where all the xxxxx.yaml files...
Thanks @bugy, having not done this before, hopefully I’m getting closer, how is this looking ? Recap on the objective : Script that will allow me to look up to...
Sorry @bugy, any further advice on how I’d get this to work would be great.. many thanks
Hey @bugy thanks for responding. I've moved it around since, trying different locations, using the `bash` script I created earlier to manually run them, all the `*.yaml` files are in...
Hey @Bugy, sorry I didnt get your reply. I've installed ScriptServer via docker, here are my volume/binds ```` volumes: - /share/Container/script-server/conf/conf.json:/app/conf/conf.json - /share/Container/script-server/runners/:/app/conf/runners - /share/Container/script-server/scripts/:/app/scripts/ - /share/Container/script-server/organize/logs:/var/log/organize - /share/Container/script-server/organize/config:/root/.config/organize -...
Running a quick check, the QNAP UI / control panel seems to suggest my TLS https web port is 8081, yet going into the command line and doing a look...
Hi @tfeldmann - thanks for responding, Unfortunately that approach only works in specific scenarios, and make a key assumption of which came first is what you want to keep What...
Think I have fixed this by changing the Dockerfile from `COPY ./organize ./organize` to `COPY . ./Organize` Please can someone confirm ?