Commit Graph

441 Commits

Author SHA1 Message Date
Tom Mortensen 4a4983f7c5 rc.S: reboot should not invoke shutdown 2024-09-20 09:20:44 -07:00
tom mortensen 20ef176665 Merge pull request #1862 from ich777/patch-4
Fix for rc.docker for interfaces with higher index than 0
2024-09-16 14:57:48 -07:00
tom mortensen 66d7193dab Merge pull request #1858 from ich777/rc.sshd_fix
Only kill sshd from host
2024-09-16 14:56:54 -07:00
tom mortensen 72abe50721 Merge pull request #1853 from Commifreak/libvirt-log-timeout-info
Add a log line noting how long we wait currently for a VM action.
2024-09-16 14:52:55 -07:00
tom mortensen 18e37ed045 Merge pull request #1852 from dkaser/tailscale-nginx
Add fastcgi_path_info to default nginx configuration
2024-09-16 14:51:36 -07:00
Christoph Hummer e3c4ff280d Small fix 2024-09-12 23:33:27 +02:00
Christoph Hummer 19de7c1979 Fix for rc.docker for interfaces with higher index than 0
- Fix error in first if condition which always returned `false`
- Change name from variables so that it a bit easier to read
- Make sure that custom interfaces with a higher index then 0 are properly rebuilt
2024-09-12 23:12:03 +02:00
Christoph Hummer 5ec695921a Fix sshd_update logic 2024-09-11 07:39:34 +02:00
Christoph Hummer 171a77feec Change function
- return `1` if daemon is running and return `0` if it is not running
2024-09-11 07:38:15 +02:00
Christoph Hummer 3e29f0b8b8 Only kill sshd from host 2024-09-10 22:32:07 +02:00
Robin Kluth 6b31532688 Add a log line noting how long we wait currently for a VM action. 2024-09-06 15:46:06 +02:00
Derek Kaser 039c798b43 Add fastcgi_path_info to default nginx configuration 2024-09-05 22:00:20 +00:00
ljm42 9b1081d2e1 Add support for Tailscale certs in the webgui 2024-09-04 21:37:08 -07:00
Tom Mortensen 12828eec63 stop ntpd from complaining about multiple IP addresses 2024-08-30 09:04:48 -07:00
Tom Mortensen 303c76d7da rc.nfsd: the 'update' method only causes re-read of /etc/exports 2024-08-29 02:03:51 -07:00
Tom Mortensen 985d077af5 Samba smb.conf: set "nmbd bind explicit broadcast = no" if NetBIOS enabled 2024-08-13 12:28:28 -07:00
Tom Mortensen 86b8b170d1 Startup improvements in rc.S script:
* Automatically repair boot sector backup
* Detect bad root value in syslinux.cfg
* Explicitly unmount all file systems if cannot continue boot
2024-08-13 12:28:28 -07:00
Christoph Hummer b4722f57aa Set default backingfs type to native for existing installations 2024-07-31 10:59:38 +02:00
ljm42 9430366eaf Detect bad root value in syslinux.cfg 2024-07-24 10:58:15 -07:00
Tom Mortensen 7840ae6d3c new handling of 'ntp.conf' and 'ntp.conf-' (similar to exports) 2024-07-24 00:41:27 -07:00
tom mortensen 75f0c2e4f6 Merge pull request #1788 from ich777/initial-overlay2-support
Initial Docker overlay2 support
2024-07-16 09:59:39 -07:00
tom mortensen 67369622fa Merge pull request #1787 from ich777/ipv6-forward
Add IPv6 forward rule
2024-07-16 09:58:49 -07:00
tom mortensen 9e80fb13c7 Merge pull request #1783 from SimonFair/VM-Manager-PHP-Fixes
Move restore favorites after plugin installs + VM Template formatting for PCI others
2024-07-16 09:57:34 -07:00
Christoph Hummer 30492ed2f2 Initial Docker overlay2 support
- override filesystem type to overlay2 if `DOCKER_BACKINGFS` in docker.cfg is set to `overlay2`
2024-07-15 17:40:10 +02:00
Christoph Hummer da1ef5c0e0 IPv6 forward
- Add `IPV6_FORWARD` to rc.docker and set it to `ACCEPT` instead of `DROP`
2024-07-15 17:22:48 +02:00
SimonFair f2abfaf292 Move restore favorites after plugin installs 2024-07-13 15:33:37 +01:00
Tom Mortensen a7f6ac7389 maybe needed in future 2024-07-10 23:01:09 -07:00
tom mortensen 5b95526e84 Merge pull request #1774 from SimonFair/VM-Manager-PHP-Fixes
Updates to rc.apcupsd and VM updates
2024-07-08 09:26:28 -07:00
SimonFair 667418e656 Fix for multiple nics when bridge mode changes. 2024-07-07 15:39:31 +01:00
Tom Mortensen b1b76d8ffa set_proxy script moved 2024-07-04 09:31:58 -07:00
SimonFair 891ee6beff Update rc.apcupsd 2024-07-03 22:40:50 +01:00
SimonFair bd4eb4189b remove config check 2024-07-03 22:39:40 +01:00
SimonFair 45d71932a1 Updates to rc.apcupsd 2024-07-03 21:39:51 +01:00
Tom Mortensen 2f2f50d178 Imp: Speed things up: use AVAHI reload instead of restart
Reduce size of samba secrets.tdb file when saving to flash.
2024-07-01 12:32:41 -07:00
Tom Mortensen 7f77338b3d remove 'x' bit from ./local/etc/rc.dnsmasq 2024-05-13 10:59:38 -07:00
Tom Mortensen 43ae4c785d passwd file handling correction 2024-05-07 07:36:39 -07:00
ljm42 a8f0e3ec19 When avahidaemon running, add name.local to hosts file 2024-05-02 15:19:49 -07:00
ljm42 2db31b2012 Remove keys.lime-technology.com from hosts file 2024-05-02 14:49:31 -07:00
Christoph Hummer f8ff2333bb Update rc.S
- remove wsync from XFS mount to prevent WebGUI from freezing during heavy I/O on /boot
2024-04-30 07:55:28 +02:00
ljm42 d1e5f3bb10 rc.local - be consistent with backup extension 2024-04-28 16:37:39 -07:00
tom mortensen 7cce87baa2 Merge pull request #1695 from dlandon/master
Add password encryption and rewrite set_proxy script in php
2024-04-12 14:01:39 -07:00
ljm42 b7f69da252 change backup extension 2024-04-12 13:43:47 -07:00
ljm42 d2e20c4d45 Update location of proxy.cfg 2024-04-12 10:05:24 -07:00
ljm42 80b200950f better go script cleanup 2024-04-11 15:28:54 -07:00
tom mortensen a88d5608af Merge pull request #1697 from SimonFair/VM-Metrics
Fix php error due to typo and if libvirt is not started.
2024-04-08 13:14:25 -07:00
SimonFair bc931a5483 Fix typo in rc.docker 2024-04-07 19:42:42 +01:00
ljm42 5989f372ce auto upgrade proxy - backup first 2024-03-28 19:32:12 -07:00
ljm42 08918b8892 auto upgrade proxy 2024-03-28 17:01:34 -07:00
ljm42 6d379a4dd6 Add outgoing proxy support 2024-03-17 20:23:51 -07:00
ljm42 69fe39720c Disable UpdateDNS 2024-03-12 14:17:35 -07:00