Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Das habe ich früher auch immer vergessen. Seit ichIch vergesse immer, die/etc/resolv.conf
vom host in den jail zu kopieren, das ist klingt zumindest ähnlich.
bsdinstall jail /foo/bar
verwende, ist das Problem aber obsolet. jamie@homeserver:/mypool/jail % ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 18:c0:4d:fa:12:fc
inet 192.168.178.99 netmask 0xffffff00 broadcast 192.168.178.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
jamie@homeserver:/mypool/jail %
jamie@homeserver:~ % cat /etc/jail.conf
allow.nomount;
mount.devfs;
path = "/mypool/jail/$name";
exec.start = "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown";
exec.clean;
nextcloud01 {
host.hostname = "jamiesnc.ddns.net";
ip4.addr = 192.168.178.100;
}
root@jamiesnc:/ # ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 18:c0:4d:fa:12:fc
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
groups: lo
root@jamiesnc:/ #
nextcloud01 {
host.hostname = "jamiesnc.ddns.net";
interface = re0;
ip4.addr = 192.168.178.100;
}
# cat /etc/jail.conf
[...]
path = "/mypool/jail/$name";
mount.devfs;
exec.clean;
ip4=inherit;
ip6=inherit;
allow.raw_sockets;
allow.sysvipc=1;
exec.start="sh /etc/rc";
exec.stop="sh /etc/rc.shutdown";
nextcloud01 { host.hostname = "jamiesnc.ddns.net"; }
[...]
Wir verwenden essentielle Cookies, damit diese Website funktioniert, und optionale Cookies, um den Komfort bei der Nutzung zu verbessern.
Siehe weitere Informationen und konfiguriere deine Einstellungen