This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
virtualisation:file-server [2020/04/15 04:47] – fachet | virtualisation:file-server [2022/02/16 10:50] (current) – schmitt | ||
---|---|---|---|
Line 3: | Line 3: | ||
This Article describes how to install a file server on NetModule Routers. Most but not all routers support LXC-Containers, | This Article describes how to install a file server on NetModule Routers. Most but not all routers support LXC-Containers, | ||
- | If you need instructions on how to set up a LXC Container on NetModule Routers, you can refer to this page: [[http:// | ||
This setup contains the installation and configuration of the vsftpd FTP server, the Net2FTP web frontend for vsftpd, and Samba shares. In addition, a way is shown to transfer files from an USB stick to your container: | This setup contains the installation and configuration of the vsftpd FTP server, the Net2FTP web frontend for vsftpd, and Samba shares. In addition, a way is shown to transfer files from an USB stick to your container: | ||
Line 25: | Line 24: | ||
Now enter the IP address and the domain name you want it linked to and click " | Now enter the IP address and the domain name you want it linked to and click " | ||
- | {{ : | + | {{ : |
After this, your configuration should look like this: | After this, your configuration should look like this: | ||
- | {{ : | + | {{ : |
Now you can access the file server with both its IP address a its local domain name. | Now you can access the file server with both its IP address a its local domain name. | ||
Line 107: | Line 106: | ||
local_root=/ | local_root=/ | ||
allow_writeable_chroot=YES | allow_writeable_chroot=YES | ||
- | force_ssl_enable=YES | + | #force_ssl_enable=YES |
force_local_data_ssl=YES | force_local_data_ssl=YES | ||
force_local_logins_ssl=YES | force_local_logins_ssl=YES | ||
Line 138: | Line 137: | ||
[[https:// | [[https:// | ||
- | First, you have to download the Software from this [[https:// | + | First, you have to download the Software from this [[https:// |
In the next step, you have to install a web server and PHP in your container: | In the next step, you have to install a web server and PHP in your container: |