122 Commits

Author SHA1 Message Date
Dieter Schmidt
9bb10982d9 update python to 3.10 2021-11-22 20:53:23 +01:00
Dieter Schmidt
08611bf1fc add fluidd image & klipper firmware builder image 2021-10-13 20:04:51 +02:00
Dieter Schmidt
08031ac5f3 FIX: python3 vs python2 1.4.0 2021-09-30 11:37:53 +02:00
Dieter Schmidt
f284e947b6 update python envs
- set PYTHONHOME instead of PYTHONPATH
- remove deps path
2021-09-24 01:46:03 +02:00
Dieter Schmidt
19b28f17cd adjust python virtualenv setup to bullseye
- python2 is not longer default so we have to be explicit
2021-09-23 15:25:32 +02:00
Dieter Schmidt
71e37f4239 fix builder package installs & moonraker.ini 1.3.3 2021-09-22 23:28:50 +02:00
Chris Edstrom
37dcbdd70c Slight bump on Klipper deps to fix #13 2021-08-31 11:55:54 -07:00
Dieter Schmidt
a4aab66496 Merge branch 'develop' 1.3.2 2021-08-05 23:25:29 +02:00
dimalo
d1e1544d5a Merge pull request #12 from ahalekelly/main
Remove now-illegal whitespace from macro names
1.3.1
2021-08-05 22:46:49 +02:00
ahalekelly
2bb624f73e Remove now-illegal whitespace from macro names
https://github.com/KevinOConnor/klipper/pull/4312
2021-08-05 10:01:54 -07:00
Dieter Schmidt
aa3da2733f update readme with project links 2021-07-13 22:40:48 +02:00
Dieter Schmidt
c4f1f97084 fix moonraker database folder 2021-07-13 22:37:35 +02:00
Dieter Schmidt
b26f651ce4 remove rust install
moonraker has switched crypto requirement, so no need anymore
1.3.0
2021-06-26 15:57:25 +02:00
Dieter Schmidt
c3fd29cfc4 add DIY build option for fluidd 2021-06-26 15:55:44 +02:00
Dieter Schmidt
352f8b05d3 refactor
- set cache-from prop in build action to base tag
- align indentation in moonraker.conf
2021-06-26 15:38:39 +02:00
Dieter Schmidt
7dac908bf5 reenable armv6 builds 2021-06-26 15:29:19 +02:00
Dieter Schmidt
dfbc0e95dc update Dockerfile
- add new moonraker requirements
- add moonraker database folder
2021-06-26 15:05:05 +02:00
Dieter Schmidt
61f41cef6a WIP: disable arm/v6 builds for now 2021-05-29 21:55:12 +02:00
Dieter Schmidt
6e7661df34 streamline branch/version to image tag conversion 2021-05-29 18:36:01 +02:00
Dieter Schmidt
45db2912a4 add development build with github actions to image tag "next" 2021-05-29 18:26:05 +02:00
Dieter Schmidt
760cb1358f update moonraker build & config
- add Rust toolchain
- update config
  - update authorization
  - add database config
  - add docker volume mount for moonraker database persistence
2021-05-29 18:13:44 +02:00
Dieter Schmidt
6c1cdd8e5f fix cron syntax 2021-05-29 13:18:18 +02:00
Dieter Schmidt
379a5c10a1 Merge branch 'main' of https://github.com/dimalo/klipper-web-control-docker 2021-05-29 13:15:28 +02:00
Dieter Schmidt
9af6a78772 update build frequency in github actions to 3 times / week 2021-05-29 13:15:23 +02:00
dimalo
c10db6753c Merge pull request #9 from ahalekelly/patch-1 2021-05-15 12:34:29 +02:00
ahalekelly
6f16cf4bee Update Readme with ARMv6 details 2021-04-27 21:51:00 -10:00
Dieter Schmidt
d82ab4138e Merge branch 'main' of https://github.com/dimalo/klipper-web-control-docker 2021-04-27 12:49:46 +02:00
Dieter Schmidt
2dbcb2d985 fix #7
add ARMv6 to multiarch build
2021-04-27 12:49:43 +02:00
dimalo
5193d50612 Merge pull request #6 from ruthgrace/main 2021-04-25 03:36:32 +02:00
Ruth Grace Wong
c59da21e2f Fix invalid yaml
This fixes the error
```
ERROR: yaml.parser.ParserError: while parsing a block collection
  in "./docker-compose.yml", line 80, column 7
expected <block end>, but found '?'
  in "./docker-compose.yml", line 81, column 7
```

when you run

```
docker-compose pull && docker-compose up
```
2021-04-24 16:02:55 -07:00
Dieter Schmidt
a34986da07 refactor docker-compose.yml
- comment out second printer config by default
- improve comments on second printer config example
- use /dev/ttyUSB0 by default
1.2.0
2021-04-10 19:52:36 +02:00
Dieter Schmidt
a2c213f9bd update moonraker.conf
add octoprint_compat and history
2021-04-10 19:48:31 +02:00
Dieter Schmidt
a1fcab26dc update Dockerfile
- fix syntax
- use base tag instead of buster
2021-04-10 19:31:47 +02:00
Dieter Schmidt
ae4aeb5ad2 apt install latest moonraker requirements 2021-04-07 00:41:37 +02:00
Dieter Schmidt
64a4e22f48 fix #2
change image tags to datetime string
2021-04-04 15:29:12 +02:00
Dieter Schmidt
074e9f4c74 fix #2 WIP 2021-04-04 15:06:33 +02:00
Dieter Schmidt
a74cf7fc56 Merge branch 'develop' of https://github.com/dimalo/klipper-web-control-docker into develop 2021-02-20 17:26:18 +00:00
Dieter Schmidt
05278bc463 add .config folder to gitognore 2021-02-20 17:26:15 +00:00
Dieter Schmidt
2a5f7976bf fix multiple envs clash with latest moonraker glob 1.1.0 2021-02-17 00:21:07 +01:00
Dieter Schmidt
54c4948387 pin python version to make sure symlinks work 2021-02-03 21:11:44 +01:00
Dieter Schmidt
6f6cfdf4f3 bugfix for moonraker update manager
- add symbolic links to python3.9 to make moonraker happy
2021-02-03 21:09:29 +01:00
Dieter Schmidt
2ad55b4c85 refactor client macros & update Dockerfile
- add load/unload filament and forward M701/702
- add klippy user home dir
2021-01-26 00:25:04 +01:00
Dieter Schmidt
e2182dfc39 update README 1.0.0 2021-01-23 21:55:02 +01:00
Dieter Schmidt
218e78d8fe add example for multiple printers to docker-compose.yml 2021-01-23 21:51:39 +01:00
Dieter Schmidt
20bffc5e06 remove fluidd build status 2021-01-23 21:48:26 +01:00
Dieter Schmidt
afe74431e5 add weekly scheduled builds 2021-01-23 21:46:41 +01:00
Dieter Schmidt
080e9e1c8b add mount to config folder as default to persist per default
add note to user to branch off from main in order to preserve custom configs...
2021-01-11 01:32:46 +01:00
Dieter Schmidt
c4fd697f9b ditch own build in favour of upstream
see https://github.com/cadriel/fluidd/pull/71
2021-01-11 01:27:55 +01:00
Dieter Schmidt
7332780fb6 enable klipper & moonraker updates 2021-01-11 00:43:06 +01:00
Dieter Schmidt
110d8af4c5 fix metadata extraction with missing dependencies 2021-01-11 00:42:56 +01:00