Hi,
First of all, I would like to thanks Dietpi and all the supporting team for this wonderful tool, simple, efficient and easy to handle for a noob like me. I was able to successfully install a Rpi with services such as Calibre (ebooks), Ubooquity (comics) and jellyfin (media). I used an Rpi3+ with fresh install of Diepti Allo GUI image.
But due to my limited skills, I need some additional support:
1. I have tested Nextcloud and deleted it after a while. How to fully delete the user data (I guess located in dietpi_userdata folder which I moved to an external HDD thanks to drive_manager)
2. Is it possible to host (only locally) a static website (bunch of html, css files) on my Rpi through a webserver or whatever else which is supposedly already installed . I would like to access this static site through a local address (such as 192.xx.xxx.xx:yyy or whatever) and having links to the various services (for the time being with no outside internet access). Any guidance will be much appreciated (where to put the site files, how to access, .)
3. I have access to the dietpi data folder (external HDD) through fileserver (samba and ftp share) but I have not the access rights to deal with files in dietpi_userdata folder. How to be able to grant access rights to this folder in order to copy/paste inside this folder easily via a W10 machine for example?
4. with samba share I am able to access the HDD connected to the RPi from a Windows 10 machine on the same local network. How to access the Windows 10 shared folder from the RPi itself and mount the W10 shared folders in Dietpi OS
Sorry for the likely silly questions (or too obvious for some of you), as I am not a developer
Thanks in advance
support for basic needs Topic is solved
Re: support for basic needs
let me try to answer your questions one by one
just have a look to1. I have tested Nextcloud and deleted it after a while. How to fully delete the user data (I guess located in dietpi_userdata folder which I moved to an external HDD thanks to drive_manager)
/mnt/dietpi_userdata/
if there is a nextcloud
folder. If yes, simply delete ityes you can host your own web site. On a standard webserver installation, DietPi will set web server root to2. Is it possible to host (only locally) a static website (bunch of html, css files) on my Rpi through a webserver or whatever else which is supposedly already installed . I would like to access this static site through a local address (such as 192.xx.xxx.xx:yyy or whatever) and having links to the various services (for the time being with no outside internet access). Any guidance will be much appreciated (where to put the site files, how to access, .)
/var/www
. Just place your web site there or create a sub folder. by default, web server will be running on standard port 80 and can be access as follow: http://192.xx.xx.xx or if you have used a sub folder http://192.xx.xx.xx/folderyou would need to check file/folder permissions on3. I have access to the dietpi data folder (external HDD) through fileserver (samba and ftp share) but I have not the access rights to deal with files in dietpi_userdata folder. How to be able to grant access rights to this folder in order to copy/paste inside this folder easily via a W10 machine for example?
/mnt/dietpi_userdata/
(default samba share). Access to the directory is done using user dietpi
external network shares can be mounted using4. with samba share I am able to access the HDD connected to the RPi from a Windows 10 machine on the same local network. How to access the Windows 10 shared folder from the RPi itself and mount the W10 shared folders in Dietpi OS
dietpi-drive_manager
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
-
- Posts: 2
- Joined: Tue Feb 09, 2021 2:07 pm
Re: support for basic needs
Thanks a lot for the clear support