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

Allow Remote Server to be running on. #131

Open
Dexus opened this issue Dec 30, 2024 · 1 comment
Open

Allow Remote Server to be running on. #131

Dexus opened this issue Dec 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Dexus
Copy link

Dexus commented Dec 30, 2024

Github Local Actions Version

x.x.x

Act Version

x.x.x

Feature Description

It would be great if this plugin could also be used to access other computers in the LAN in order to run the workloads there.

@Dexus Dexus added the enhancement New feature or request label Dec 30, 2024
@ChristopherHX
Copy link
Contributor

Backlink to running act remotely on act discussions.

Follow on your own risk.

The alternative actions engine Runner.Client has a --server http://192.168.178.100 option for this.
If you run the Runner.Server on port 80 you can register actions/runner like

./config.sh --url http://192.168.178.100/org/repo --token none

or 443 and https if you do it in production with ssl certs.

Do this for all linux, mac and windows remote machines.

Now adding --server http://192.168.178.100 to .actrc of your repo and Runner.Client as act command of this action should make this happen.

Some .actrc stuff might cause errors with platform mapped to docker.

I had prepared a PR to make the --server option visible in this extension, but no idea whats next on it

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

No branches or pull requests

2 participants