Jens
Jens
> > > @Fazel94 No, currently it doesn't support IPv6. But the method is similar. > > For the following code, you need to replace `10.0.0.0/8`/`172.16.0.0/12`/`192.168.0.0/16` with your internal IPv6...
> > > @Fazel94 @SnejPro could you please paste your solution if it works? ### /etc/ufw/after.rules ``` # BEGIN UFW AND DOCKER *filter :ufw-user-forward - [0:0] :DOCKER-USER - [0:0] -A...
I bought the app and would like to see this feature. Local NAS is not accessible without SMB- or FTP-access.
I have a similar issue/idea and posted it here: https://ideas.joinpeertube.org/posts/159/thumbnail-aspect-ratio
I think changes need to be made to psutil first: https://github.com/giampaolo/psutil/issues/2306
I'd really like to see this.
> So these kind of disks are listed by psutil but you would like a way to filter them? Yes, correct.
> What's the output of `psutil.disk_partitions()`? Only disks with drive letters are displayed.
> Same issue here. > > ``` > In [10]: psutil.disk_partitions(all=True) > Out[10]: > [sdiskpart(device='C:\\', mountpoint='C:\\', fstype='NTFS', opts='rw,fixed', maxfile=255, maxpath=260), > sdiskpart(device='D:\\', mountpoint='D:\\', fstype='Btrfs', opts='rw,fixed', maxfile=255, maxpath=260), > sdiskpart(device='E:\\', mountpoint='E:\\',...
> C: and D: are on the internal SSD. E: is on my USB mobile hard disk. but then PhysicalDrive1 is the USB hard disk, not a virtual hard disk?