Replies: 2 comments
-
Hi, It seemed to me as you have some permission issue. For mounting a folder, second part is fixed and it will be always;
on your example for absolute path, i see as you didn't start with "/" which is mandatory for all UNIX distros so it should be;
Now, above line will mount your "/myTV/tempest_config/" folder into Tempest's "/tempest_config/" folder. On your first call of Tempest(via browser or cli), Tempest will create its folder structure and you will see generated subfolders inside your "/myTV/tempest_config/" directory. Now you can copy/paste siteconfig php and xml files into auto-generated "/site_config/" subfolder. If you directly copy/pasted into your main folder, then they are in wrong place so Tempest will not see them. Basicly, do not copy/paste any siteconfig before auto-folder creation. As example you can check below .md; If you cannot see created subfolders inside your mount folder, you can check below issue for OpenMediaVault permissions, You didnt mention your system so i am just wild-guessing as usual; |
Beta Was this translation helpful? Give feedback.
-
Hi, I didn't hear from you so considering as issue is resolved. |
Beta Was this translation helpful? Give feedback.
-
I set up the dockerized image within a docker-compose because I need to run some other dockerfiles.
For volume, I tried both this:
"./tempest_config/:/var/www/html/tempest_config/" (relative path
and this "home/ubuntu/apps/myTV/tempest_config/:/var/www/html/tempest_config/" (absolute path)
Which is the path to my actual tempest_config folder which is in my project directory.
which is like this:
myTV/
---docker-compose.yml
---[some bunch of other things]
---tempest_config/
------site_config/
---------many site config files I downloaded here (xml and php)
But, when I access the tempest.php, then go to EPG Generator, the list is always empty, I'm clueless as to why.
Anyone can help?
Beta Was this translation helpful? Give feedback.
All reactions