Skip to content

Commit a131c55

Browse files
committed
Split unraid user and run directory and pass them as envitonment variables
1 parent 3e085e3 commit a131c55

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Jupyter_build/Jupyter-CTPO.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Please see https://github.com/Infotrend-Inc/CTPO for further details.
3737
<DonateText/>
3838
<DonateLink/>
3939
<Requires/>
40-
<Config Name="WebUI" Target="8888" Default="8888" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8888</Config>
41-
<Config Name="Jupyter run directory" Target="/iti" Default="/mnt/user/appdata/jupyter_ctpo" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/jupyter_cpto</Config>
40+
<Config Name="WebUI Port" Target="8888" Default="8888" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8888</Config>
41+
<Config Name="Jupyter run directory" Target="/iti" Default="/mnt/user/appdata/jupyter_ctpo/iti" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/jupyter_ctpo/iti</Config>
42+
<Config Name="Jupyter user home directory" Target="/home/jupyter" Default="/mnt/user/appdata/jupyter_ctpo/home" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/jupyter_ctpo/home</Config>
4243
</Container>

Jupyter_build/Jupyter-TPO.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Please see https://github.com/Infotrend-Inc/CTPO for further details.&#xD;
3434
<DonateText/>
3535
<DonateLink/>
3636
<Requires/>
37-
<Config Name="WebUI" Target="8888" Default="8888" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8888</Config>
38-
<Config Name="Jupyter run directory" Target="/iti" Default="/mnt/user/appdata/jupyter_tpo" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/jupyter_cpto</Config>
37+
<Config Name="WebUI Port" Target="8888" Default="8888" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8888</Config>
38+
<Config Name="Jupyter run directory" Target="/iti" Default="/mnt/user/appdata/jupyter_tpo/iti" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/jupyter_tpo/iti</Config>
39+
<Config Name="Jupyter user home directory" Target="/home/jupyter" Default="/mnt/user/appdata/jupyter_tpo/home" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/jupyter_tpo/home</Config>
3940
</Container>

0 commit comments

Comments
 (0)