syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
400 stars 40 forks source link

Github wiki add content #466

Closed klmhsb42 closed 1 year ago

klmhsb42 commented 4 years ago

Would be nice to have paragraph "IP addresses" with info:

cyberb commented 4 years ago

Does it work from the store?

klmhsb42 commented 4 years ago

Does it work from the store?

Yes, no problems.

cyberb commented 4 years ago

Try changing nothing and build your own version.

cyberb commented 4 years ago

You are right latest build was actually not working because of some dependency. Just fixed it on master/stable branches and release an update for files. Could you pull and rebuild again?

klmhsb42 commented 4 years ago

Do I have to use it like drone exec --pipeline=amd64,buster --trusted? Can't find pipeline with only amd64 neither with comma and emptyspace doesn't work (seen as file)...

cyberb commented 4 years ago

Try:

drone exec --pipeline="amd64 buster" --trusted

You can see in .drone.yml what is the name of pipeline:

kind: pipeline
name: amd64 jessie

If this does not work I can replace space with a dash.

klmhsb42 commented 4 years ago

Try:

drone exec --pipeline="amd64 buster" --trusted

This works. I have to increase my VM storage, so I will let you know, when I've tested the new master branch...

klmhsb42 commented 4 years ago

Building with own changes + installation worked! 👍

cyberb commented 4 years ago

Correct include format: https://docs.drone.io/quickstart/cli/

drone exec --pipeline="amd64 buster" --trusted --include=version --include=build
cyberb commented 1 year ago

Lets move this to the discussion board