mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
This is the commit message #4: Basic functionality works, VNC is still trash fire Don't use config_local Add a workdir RUN touch proxmox_ssh_key, update permissions Update development instructions Add some comments to the template file, Make it easier-ish for the kiddos.
5 lines
118 B
Bash
Executable file
5 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PROXSTAR_REDIS_URL=redis://$PROXSTAR_REDIS_HOST:$PROXSTAR_REDIS_PORT
|
|
|
|
rqscheduler -u "$PROXSTAR_REDIS_URL"
|