Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-27Add 64-bit in to name of generated rpi-imaer snippletHEADdevelGuy Sheffer
2022-08-20Merge pull request #790 from cp2004/fix-vcgencmd-webcamdGuy Sheffer
Fix vcgencmd get_camera output matching with libcamera
2022-08-20Merge pull request #789 from cp2004/fix-webcamd-service-64Guy Sheffer
Ensure webcamd service type is simple, not forking on rpios 64
2022-08-20Merge pull request #791 from cp2004/userfix-scriptGuy Sheffer
Add user-fix script to allow changing usernames
2022-08-18Add userfix script to allow changing usernamesCharlie Powell
2022-08-14Fix vcgencmd get_camera output matching with libcameraCharlie Powell
2022-08-14Ensure webcamd service type is simple, not forkingCharlie Powell
See #788
2022-08-03Fix typoGuy Sheffer
2022-07-27Export ffmpeg HLS so we can place it as a pre-built binary later on #784Guy Sheffer
2022-07-17Fix building for armv7 on a arm64 kernel adn 32bit userspace #784 Fixes #787Guy Sheffer
2022-07-17Update README, add README for rpios_arm64 variant image location #785Guy Sheffer
2022-07-15Add raspios_arm64 variant #785Guy Sheffer
2022-07-11Merge pull request #784 from chudsaviet/feature/hls-v4l2m2mGuy Sheffer
HLS V4L2 M2M encoder
2022-07-11Building FFmpeg from source for HLS. Using V4L2 M2M encoder.Timofei Korostelev
2022-06-16Merge pull request #764 from fliphess/fix_camera_freeze_on_webcamd_restartGuy Sheffer
Set systemd Type to simple instead of forking
2022-03-29Merge pull request #778 from canihavesomecoffee/patch-1Guy Sheffer
Fix HAProxy warning on wrong timeout abrreviation
2022-03-28Fix HAProxy warning on wrong timeout abrreviationWillem
2022-03-02Merge pull request #772 from foosel/fix/vcgencmd_ubuntu_64bitGuy Sheffer
Install vcgencmd and fix user permission on Ubuntu
2022-03-02Install vcgencmd and fix user permission on UbuntuGina Häußge
The 64bit images are currently lacking vcgencmd, meaning that the PiSupport plugin can't check for undervoltage and overheat situations and will complain about this in the latest version as well, see feedback in #770. This should fix it by installing the package containing vcgencmd and making sure the base user is added to the video group as well. I was not able to test this in a build since I could not find documentation on which base image exactly to use and how to precisely run the 64bit build, but based on user feedback it should hopefully work. Still, please test in a build before merging.
2022-02-27Add rpi imager 64bit to title on 64bit buildsGuy Sheffer
2022-02-26Merge pull request #769 from sad270/patch-1Guy Sheffer
Fix typo in octopi.txt
2022-02-26Fix typo in octopi.txtSadetdin EYILI
2022-02-08Set systemd Type to simple instead of forkingFlip
2022-02-04Add rpi-imager valuesGuy Sheffer
2022-01-26Merge pull request #763 from PowerWiesel/picam-bullseye-fixGuy Sheffer
picam-bullseye-fix
2022-01-26picam-bullseye-fixPowerWiesel
mjpg-streamer doesn't work anymore with the new picam stack on bullseye based images - using the old stack for now.
2022-01-17Add repository_dispatch optionGuy Sheffer
2021-11-10Merge pull request #757 from foosel/fix/bullseyeGuy Sheffer
Fix building against bullseye
2021-11-10wiringpi is no moreGina Häußge
2021-11-10cmake-3.13.4 is no moreGina Häußge
2021-11-08Merge pull request #755 from rastapasta/ffmpeg-improvementGuy Sheffer
[Improvement] When using HLS camera streamer, generate frame snapshot only once a second
2021-11-08:zap: when using hls camera streamer, generate frame snapshot only once a secondMichael Straßburger
2021-09-23Remove request for HTTPS mirror, we got one donated :)Guy Sheffer
2021-09-09Add fix for #508 ↵Guy Sheffer
https://github.com/guysoft/OctoPi/issues/508#issuecomment-914501732
2021-08-09Revert fix for ↵Guy Sheffer
https://github.com/guysoft/OctoPi/issues/746#issuecomment-894783149
2021-07-27Fixes #746Guy Sheffer
2021-07-26Fix build for Ubuntu 20.04 64bit, use libjpeg8-devGuy Sheffer
2021-07-19Add missing unzip for ubuntu needed by #743Guy Sheffer
2021-07-18Update urlGuy Sheffer
2021-07-18Add another mirrorGuy Sheffer
2021-07-03Merge pull request #744 from foosel/octoprint-pipGuy Sheffer
♻️ Install OctoPrint from PyPI
2021-07-02Merge pull request #743 from foosel/fix-mjpgstreamer-locationGuy Sheffer
🐛 Remove mjpg-streamer from pi home and relocate to /opt/mjpg-streamer
2021-07-02♻️ Install OctoPrint from PyPIGina Häußge
2021-07-02🐛 Remove mjpg-streamer from pi homeGina Häußge
It's executed as root so it shouldn't live in a user directory (potential for abuse w/ image access). Move it to /opt/mjpg-streamer, include symlink at old location for backwards compatibility.
2021-06-30Merge pull request #742 from foosel/fix-haproxyGuy Sheffer
🐛 Add haproxy.cfg for 2.x versions
2021-06-30Merge pull request #741 from foosel/fix-webcamdGuy Sheffer
Fix webcamd daemon loop & handling of non-usb v4l2 devices
2021-06-29🐛 Add haproxy.cfg for 2.x versionsGina Häußge
Build will check which one is installed and only enable the correct one. See also #711
2021-06-29✏️ Fix more typosGina Häußge
2021-06-29🐛 Fix handling of non-usb v4l2 devicesGina Häußge
They don't have a vid and pid, so don't try to format those as hex.
2021-06-29✏️ Fix some typosGina Häußge