Skip to content

Releases: Binozo/GoRemoteScriptExecutor

v0.6

Choose a tag to compare

@github-actions github-actions released this 08 Aug 15:07

v0.6 Release

Executables can be downloaded below. For more information see the README.

v0.5

Choose a tag to compare

@github-actions github-actions released this 08 Aug 14:21

v0.5 Release

Executables can be downloaded below. For more information see the README.

v0.4

Choose a tag to compare

@github-actions github-actions released this 08 Aug 14:05

v0.4 Release

Executables can be downloaded below. For more information see the README.

v0.3

Choose a tag to compare

@github-actions github-actions released this 08 Aug 13:43

v0.3 Release

Executables can be downloaded below. For more information see the README.

v0.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 09:15

v0.2 Release

Executables can be downloaded below. For more information see the README.

v0.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 12:33

v0.1 Release

Executables can be downloaded below. For more information see the README.

Testrelease

Testrelease Pre-release
Pre-release

Choose a tag to compare

@Binozo Binozo released this 07 Aug 10:44

testrelease

v

v

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:55

Current project status: development mode

Packages:

Remote Script Executor

A Service which works 🤝 with GitHubActionRemoteScriptExecutor
Developed to automatically run scripts on target machines through GitHub Actions.

Setup

  1. Download the main executable and the systemd Service file
  2. Move the systemd Service file to /etc/systemd/system/
  3. Create a Folder named remoteScriptExecutor in the Home Directory (/home/ubuntu/)
  4. Copy the main file to /home/ubuntu/remoteScriptExecutor/
  5. Create the creds.txt file in the same directory
  6. Write a password into that file (Leaving it empty removes the password checking)
  7. Create a shell script file in /home/ubuntu/remoteScriptExecutor/
  8. Run sudo systemctl daemon-reload && sudo systemctl start remoteScriptExecutor

(If you want to change the password you have to restart the service in order to load the new password)

Usage

Take a look at this