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
path: root/src
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-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-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-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-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-26picam-bullseye-fixPowerWiesel
mjpg-streamer doesn't work anymore with the new picam stack on bullseye based images - using the old stack for now.
2021-11-10wiringpi is no moreGina Häußge
2021-11-10cmake-3.13.4 is no moreGina Häußge
2021-11-08:zap: when using hls camera streamer, generate frame snapshot only once a secondMichael Straßburger
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-03Merge pull request #744 from foosel/octoprint-pipGuy Sheffer
♻️ Install OctoPrint from PyPI
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-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
2021-06-29🐛 Restore 120s daemon loop behaviourGina Häußge
We wait for our child processes to complete, reset our "currently run cameras" array, then wait 2min and loop. Closes #740
2021-06-17Enlarge build root so there is enough spaceGuy Sheffer
2021-04-04Fix build on Ubuntu arm64 #731Guy Sheffer
2021-03-26Fix problem where cmake fails to detect compilerJamie
Found this fix while examining why v1pi was failing to build. Apparently current cmake (3.16) fails with the GLOB operation and it sounds like it's related to this issue https://gitlab.kitware.com/cmake/cmake/-/issues/20568 According to that thread, this is a consequence of an update within 3.15, and (probably) fixed sometime before 3.19.
2021-03-16Add avrdude for firmware flashinghawkeyexp
2021-03-15Add a network monitoring for wifi connectionshawkeyexp
2021-03-09Revert "Compatibility for ws281x on Ubuntu 64 (#724)"Guy Sheffer
This reverts commit 8e9fa779ec7a9f82015281fa420773cc86f2fa8d.
2021-02-28Compatibility for ws281x on Ubuntu 64 (#724)Willmac16
* Compatibility for ws281x on Ubuntu 64 * full paths for ws281x compatibility changes * remove the file touch
2021-02-22Add rpi.gpio-common ↵Guy Sheffer
https://github.com/guysoft/OctoPi/issues/711#issuecomment-783320975
2021-02-11Update post_chroot_scriptThomas Rose
Unpack filesystem changes for ubuntu
2021-02-11Revert "Delete octopi-network.txt"Thomas Rose
This reverts commit ca2840ced1dc6ae398e4c693927a4527514b042a.
2021-02-11Small fixes for Ubuntu-VariantThomas Rose
Make small changes to HAProxy and webcamd-config to make the Ubuntu-Variant start working - running with interface, normal webcam working (HLS not tested)
2021-02-11Delete octopi-network.txtThomas Rose
Remove unused long overdue legacy-file