You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[submodule "common"]
path = common
url = https://github.com/ahuacate/common.git
branch = main
[submodule "SimpleHTTPServerWithUpload"]
path = SimpleHTTPServerWithUpload
url = //192.168.1.10/git/ahuacate/SimpleHTTPServerWithUpload
branch = main
is the url supposed to be https://github.com/ahuacate/SimpleHTTPServerWithUpload.git ?
The url 192.168.1.10 is hard-coded in a number of places which is causing some consternation. I love the idea behind your project, the folders, users, groups, shares are well thought out, the scripts include so many options and variations I so want to use them. But I keep coming across bugs, issues, or there's something that is obvious to you that I have no understanding of.
Is there a a walk-through anywhere which explains the steps?
I prox, ran the basic server script, installed a ct nas (after modifying the script to not write random to the drives, and NOT allowing ssh because there's a bug with the SSH_PORT variable), now I want to run the medialab installer. I "think"it should install all the ct instances and users/groups on the host (and maybe the user mappings for the ct .confs?), but I haven't made it that far yet.
I wish I had more time to work on this, I would love to help this project. Let me know if there's anything I can do to help.
The text was updated successfully, but these errors were encountered:
I believe the reason is "But the first step is to check your network, hardware and NAS setup meet our prerequisites. It's important you first read and follow our prerequisite guide."
The guide assumes that we have pve host setup as per the their configuration. The pihole is configured to point somewhere.
.gitmodules looks like this:
[submodule "common"]
path = common
url = https://github.com/ahuacate/common.git
branch = main
[submodule "SimpleHTTPServerWithUpload"]
path = SimpleHTTPServerWithUpload
url = //192.168.1.10/git/ahuacate/SimpleHTTPServerWithUpload
branch = main
is the url supposed to be https://github.com/ahuacate/SimpleHTTPServerWithUpload.git ?
The url 192.168.1.10 is hard-coded in a number of places which is causing some consternation. I love the idea behind your project, the folders, users, groups, shares are well thought out, the scripts include so many options and variations I so want to use them. But I keep coming across bugs, issues, or there's something that is obvious to you that I have no understanding of.
Is there a a walk-through anywhere which explains the steps?
I prox, ran the basic server script, installed a ct nas (after modifying the script to not write random to the drives, and NOT allowing ssh because there's a bug with the SSH_PORT variable), now I want to run the medialab installer. I "think"it should install all the ct instances and users/groups on the host (and maybe the user mappings for the ct .confs?), but I haven't made it that far yet.
I wish I had more time to work on this, I would love to help this project. Let me know if there's anything I can do to help.
The text was updated successfully, but these errors were encountered: