Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submodules path to a local server? #4

Open
picasso566 opened this issue Mar 5, 2023 · 2 comments
Open

Submodules path to a local server? #4

picasso566 opened this issue Mar 5, 2023 · 2 comments

Comments

@picasso566
Copy link

.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.

@adivardhan1000
Copy link

I am facing the same issue. Have you been able to fix it?

@adivardhan1000
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants