SimonFair
91caf869f5
Set NTP to use inferfaces.
2024-10-08 21:57:48 +01:00
Tom Mortensen
3fb6c2147b
Small change of var name CUSTOMFA to NGINX_CUSTOMFA.
2024-10-02 09:55:44 -07:00
Tom Mortensen
3db6fa9a1d
update rc.bind (but not used)
2024-10-02 09:55:44 -07:00
tom mortensen
0c5987fab0
Merge pull request #1811 from unraid/kill-samba
...
Forcibly kill samba if needed
2024-10-02 09:52:46 -07:00
ljm42
fe2e2ff897
define CUSTOMFA in /etc/defaults/nginx
2024-09-26 16:03:36 -07:00
ljm42
74530129ae
Merge branch 'master' into add-csp-frame-ancestors
2024-09-26 15:52:44 -07:00
tom mortensen
6bdcb38c47
Merge pull request #1869 from ich777/ich777-rc.sshd-fix
...
Fix for rc.sshd
2024-09-26 12:25:09 -07:00
tom mortensen
8c7cdca4aa
Merge pull request #1868 from unraid/ts-redirect
...
redirect http TS url to https TS url
2024-09-26 12:24:42 -07:00
ljm42
0ce3960de6
Improved "Content-Security-Policy frame-ancestors" support
2024-09-25 23:16:52 -07:00
Christoph Hummer
b716920800
Update rc.docker
...
- Remove ID since not necessary
2024-09-24 16:55:21 +02:00
Christoph Hummer
6d749a8b1a
Update rc.docker
...
- Further improvement to stop containers only managed by Unraid or the Compose plugin
- Small fix for the notification
2024-09-24 16:46:02 +02:00
Christoph Hummer
69b95ae27d
Update rc.docker
...
- Only stop Unraid managed containers
- Don't kill containers since Docker will kill them if they won't stop after the set timeout when the daemon is stopping
- Increase timeout for daemon to die to 30 seconds (seems a bit short if 3rd party containers are installed)
- Rephrase message for daemon to die and display it only once
2024-09-24 15:51:46 +02:00
Christoph Hummer
a75bc3d4d7
Fix for rc.sshd
...
- Remove trailing slash to be sure to grab the correct PIDs
2024-09-23 22:16:02 +02:00
ljm42
e8e5ccdf18
redirect http TS url to https TS url
2024-09-23 12:59:05 -07:00
Tom Mortensen
4c6be23467
Clean up empty cgroups
2024-09-20 09:20:44 -07:00
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
ljm42
33a73b2fb5
Forcibly kill samba if needed
2024-08-02 10:33:34 -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