Skip to content
Snippets Groups Projects
  1. Sep 19, 2023
  2. Sep 15, 2023
  3. Aug 24, 2023
  4. Aug 23, 2023
  5. Aug 16, 2023
  6. May 22, 2023
  7. Apr 18, 2023
  8. Feb 13, 2023
    • Michal Vasilek's avatar
      patches/packages: syncthing: do not prevent from running · 76fb4508
      Michal Vasilek authored
      Enable syncthing in /etc/config by default to make sure when we
      enable the service, syncthing can run without having to manually
      enable it in the config.
      
      Users, by default, expect that the service will run automatically and that
      they will configure it while the service is running to see what was changed
      and what is the behavior of each function there. This change is going to enable
      syncthing to run after installing it instead of tweaking the config manually
      (in LuCI or by hand). This is somehow different than how OpenWrt does it. They
      force users to configure the app before running. Once they are confident that
      the configuration looks good, they enable it, which is also good behavior.
      Still, we need to improve the user experience and somehow make it different as
      we want that even non-IT guys/girls can configure what they need and install
      what they need in our simplified interface called (re)Foris, where we provided
      list of packages, which they can install and if it does not run by default, it
      looks like something is wrong. For syncthing, we also provide
      Transmission WebApp, the integration for Turris OS, which you can find on the
      landing page and easily click on it and start configuring it.
      Verified
      76fb4508
    • Michal Vasilek's avatar
      patches/packages: transmission: do not prevent from running · a9e0e455
      Michal Vasilek authored
      Enable transmission in /etc/config by default to make sure when we
      enable the service, transmission can run without having to manually
      enable it in the config.
      
      Users, by default, expect that the service will run automatically and that
      they will configure it while the service is running to see what was changed
      and what is the behavior of each function there. This change is going to enable
      transmission to run after installing it instead of tweaking the config manually
      (in LuCI or by hand). This is somehow different than how OpenWrt does it. They
      force users to configure the app before running. Once they are confident that
      the configuration looks good, they enable it, which is also good behavior.
      Still, we need to improve the user experience and somehow make it different as
      we want that even non-IT guys/girls can configure what they need and install
      what they need in our simplified interface called (re)Foris, where we provided
      list of packages, which they can install and if it does not run by default, it
      looks like something is wrong. For transmission, we also provide
      Transmission WebApp, the integration for Turris OS, which you can find on the
      landing page and easily click on it and start configuring it.
      Verified
      a9e0e455
  9. Jan 22, 2023
  10. Jan 18, 2023
  11. Dec 22, 2022
  12. Dec 21, 2022
  13. Dec 19, 2022
  14. Dec 04, 2022
  15. Oct 24, 2022
  16. Oct 20, 2022
  17. Oct 15, 2022
  18. Sep 21, 2022
  19. Sep 20, 2022
  20. Sep 19, 2022
  21. Sep 08, 2022
  22. Aug 27, 2022
  23. Aug 24, 2022
  24. Aug 21, 2022
  25. Aug 08, 2022
  26. Aug 03, 2022
    • Michal Vasilek's avatar
      patches: revert patches meant for 5.4 · f39b588b
      Michal Vasilek authored
      These patches were meant for TOS 5.4 and were not reverted properly in
      the merge commit
      Verified
      f39b588b
    • Michal Vasilek's avatar
      php7: depend on libgd-full · c789bcab
      Michal Vasilek authored and Josef Schlehofer's avatar Josef Schlehofer committed
      [27-Jul-2022 15:50:26] NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library 'gd.so' (tried: /usr/lib/php/gd.so (Error relocating /usr/lib/php/gd.so: gdFontCacheShutdown: symbol not found), /usr/lib/php/gd.so.so (Error loading shared library /usr/lib/php/gd.so.so: No such file or directory)) in Unknown on line 0
      
      libgd-full has freetype support enabled which is now required
      for the php7-mod-gd package.
      Verified
      c789bcab