th33xitus
95808a0d5b
shellcheck: apply several fixes
...
apply fix for SC2219, SC2086, SC2236
2021-12-24 23:02:38 +01:00
th33xitus
e551c02507
chore: remove unused code
2021-12-24 22:52:21 +01:00
th33xitus
1f40686ea1
fix: improve moonraker service detection ( fixes #156 )
2021-12-24 22:50:50 +01:00
th33xitus
9b3d96545b
refactor: improve error message
2021-12-24 16:22:46 +01:00
th33xitus
a632fae8f6
fix: check if user is in group "dialout" before starting flash or build+flash routine
2021-12-24 16:17:07 +01:00
th33xitus
4e3a701db4
fix: warn_msg should be status_msg
2021-12-24 14:49:23 +01:00
th33xitus
0c760b5aa2
fix: check membership of "video" usergroup (should fix #135 )
2021-12-24 14:36:30 +01:00
th33xitus
3bc2f3b498
doc: document passing parameters to gcode_shell_commands
2021-12-24 01:08:09 +01:00
th33xitus
b92cfc3984
fix: klipper_cfg_loc was an empty string
...
if the config location wasn't already set before installing mjpg-streamer, klipper_cfg_loc was empty, even after calling the check_klipper_cfg_path function beforehand
moonraker.conf: set refresh_interval to 24hrs
2021-12-24 00:22:15 +01:00
th33xitus
01790b5c11
moonraker.conf: pre-configure clients for pre-release updates
...
moonraker.conf: set refresh_interval to 24hrs
2021-12-23 17:17:48 +01:00
th33xitus
8c7891e360
fix: libjpeg dependencies for ubuntu
...
chore: several shellcheck fixes
2021-12-23 16:50:48 +01:00
th33xitus
852f7c056a
fix: wrong logic in if condition
2021-12-23 16:45:06 +01:00
th33xitus
8cffd07aef
fix: klipper service detection
...
refactor: move $INSTANCE_COUNT into setup function
refactor: creating $PKGLIST
script: add short description to the dialog for selecting the amount of klipper instances
chore: several shellcheck fixes
2021-12-23 15:03:52 +01:00
th33xitus
40745e90df
refactor: move $INSTANCE_COUNT into setup function
2021-12-23 14:19:06 +01:00
th33xitus
a43645cca0
refactor: better klipper service detection
2021-12-23 10:35:18 +01:00
th33xitus
4d834db5df
refactor: unlink moonraker install from klipper instances
...
chore: several shellcheck fixes
2021-12-23 10:35:09 +01:00
th33xitus
771191ab69
chore: update .gitignore
2021-12-22 22:39:17 +01:00
th33xitus
7afe943ecc
shellcheck: apply fix for SC2086
2021-12-19 17:14:24 +01:00
th33xitus
b06c17c184
fix: confirm flash condition ( fixes #155 )
2021-12-19 17:05:41 +01:00
Pedro Lamas
3af46b45ee
github: adds GitHub issue templates ( #150 )
...
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com >
2021-12-05 14:37:08 +01:00
th33xitus
b58e79634c
fix: update URLs
2021-11-29 11:13:47 +01:00
Yoshito Komatsu
1ef9b0f58f
fix: use [[:digit:]] instead of \d ( #146 )
2021-11-29 11:09:24 +01:00
th33xitus
8333ae1dc4
fix: also get pre-release versions
...
previous endpoint didn't allow kiauh to get pre-release versions of mainsail/fluidd
2021-11-20 15:17:21 +01:00
th33xitus
e0ae312a9e
fix: missing declaration for OctoPrint backup ( fixes #143 )
2021-11-17 18:30:33 +01:00
th33xitus
4ce1ce72d3
chore: update moonraker.conf template
2021-11-14 11:29:14 +01:00
th33xitus
60842a330d
chore: update webui links
2021-11-14 11:21:34 +01:00
th33xitus
05a59e9261
fix: correct ls command to find kiauh_macros.cfg
2021-11-11 14:15:00 +01:00
th33xitus
36a8757cfd
chore: use ls to look for webcamd installation
2021-11-11 13:26:01 +01:00
th33xitus
fe4625d3e1
chore: refactor how moonraker is detected
2021-11-11 13:21:57 +01:00
th33xitus
19ddf3e023
fix: silence grep
2021-11-11 13:02:36 +01:00
th33xitus
ba888b1f97
chore: use ls within remove_nginx method
2021-11-11 12:51:09 +01:00
th33xitus
0284a36e7f
chore: use ls to look for nginx installation
2021-11-11 12:43:13 +01:00
th33xitus
22f705e06c
chore: manage moonraker service enable/start with do_action_service method
2021-11-11 12:28:20 +01:00
th33xitus
4c34245da0
chore: refactor how klipper services are count
2021-11-11 12:12:43 +01:00
th33xitus
f7cb3d6c97
script: refactor exit code evaluation in flash_mcu.sh
2021-10-31 13:53:22 +01:00
th33xitus
aaf4f7dd5c
script: add logrotate rule for webcam service ( #127 )
2021-10-31 11:23:48 +01:00
Noah Pan
26bac791aa
service: remove webcamd service restart interval. ( #132 )
2021-10-31 10:52:22 +01:00
th33xitus
aa4bdfc7b2
fix: invalid command bug in rollback UI ( fixes #131 )
2021-10-29 14:04:39 +02:00
th33xitus
311f3be864
fix: wrong check for moonraker multi-instance
...
The previous command also counted an available `moonraker-telegram-bot.service` and caused further issues with enabling the mainsail remoteMode accidentially.
2021-10-26 20:55:31 +02:00
th33xitus
511df1a889
fix: use correct themes.csv url
2021-10-25 22:22:32 +02:00
th33xitus
8d3ddc273a
fix: allow non-single digit instance counts containing a 0 #129
2021-10-22 23:52:58 +02:00
th33xitus
f231fa9c69
gcode_shell_command: make RUN_SHELL_COMMAND accept optional parameters
...
Thanks @lixxbox for that code
2021-10-17 20:13:48 +02:00
th33xitus
9b6925e9c4
fix: add missing function call in install_webui
2021-10-02 11:26:43 +02:00
th33xitus
7f8ee7939c
script: move nginx functions from install_moonraker.sh to install_klipper_webui.sh
...
nginx was removed as a dependency from moonraker. moonraker didn't make use of it, only mainsail/fluidd do. so moving all nginx related functions to is reasonable
2021-10-01 23:58:03 +02:00
th33xitus
4d4c49d4c9
script: only display dialogs if files/service not found
2021-10-01 22:53:32 +02:00
th33xitus
7692227946
fix: function setup_moonraker_nginx_cfg
2021-10-01 21:51:33 +02:00
th33xitus
3da993a67c
fix: breaking bug
2021-09-29 18:55:13 +02:00
th33xitus
6b74c59d15
script: add function to match nginx configurations
...
this should fix a common issue where mainsail/fluidd was installed with a more up2date nginx config which didn't match with a previously configured upstreams.conf.
this should also cover cases where the upstreams.conf is more up2date than the corresponding interface configs.
2021-09-29 14:44:01 +02:00
th33xitus
9cd27f7052
fix: backup nginx configs now works correctly
2021-09-28 18:22:50 +02:00
th33xitus
fc4fe130cd
script: read webui ports from nginx config, write them to kiauh.ini
2021-09-28 18:22:50 +02:00