i want to change and see files from the docker container in windows map.
So i can add or remove files in windows
How can i do this?
I tried filezilla but get message no permission.
i want to change and see files from the docker container in windows map.
So i can add or remove files in windows
How can i do this?
I tried filezilla but get message no permission.
Unclear from your post but is portainer/docker on windows server or you accessing Linux server from windows PC?
Are you bind mounting files or using docker volumes?
I’m all cases you just need to navigate to docker files location and edit as desired. Permissions issues may prevent your ability to edit or access so ensure accessing user account has appropriate permissions to view/edit
EDIT
i have docker on linux with home assistant.
And try with windows pc to acces.
i am not that good with docker, so i dont understand your question.
i tried to change read/write permissions in filezilla. but not effect.
Are you able to connect with FileZilla and see files?
Your basic problem is that the user filezilla login to server with likely don’t have permission to view/edit files. I think you may ssh into server with same user and test if user can view/edit/create as needed. After you verify user is capable of that, check same with FileZilla.
You may only need to add user to appropriate group on Linux server to allow this.
Samba will allow you to access the files stored in the linux machine from a windows PC’s file explorer.
I have Ubuntu as my host OS - here’s the directions. Depending on which Linux you are running for the host OS the setup instructions will be a little different.
i can see files in filezilla.
i dont know how to ssh into server
Since yesterday after updating home assistant i cant acces or start supervisor
i will try this, hope it works.
if i start samba in home assistant i dont see it in windows.
I was assuming by your first post you are running Home Assistant container but please confirm the type of install you are running. There is a Samba addon for Home Assistant, versus installing Samba on the host OS that docker is running on.
If you are running a supervised version of Home Assistant, the Samba addon I believe will only give you access to the Home Assistant config folder from a windows machine, and no other folder access.
Installing and configuring Samba on the host Linux OS directly will give you access to any of the file folders on that machine you specify to share in the smb.conf file. There’s a bunch of steps though, including configuring a samba user and setting up the smb.conf file properly. I think this guide gives a bit more information on how to set it up with more steps. What version of Linux are you using for the host OS?