Skip to content

fileflows/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

FileFlows Homebrew Tap

This repository contains the Homebrew formula to install FileFlows.


Adding the Tap

Add the FileFlows tap to your Homebrew:

brew tap fileflows/tap

FileFlows Server

Installing FileFlows

Install the FileFlows formula:

brew install fileflows

Uninstalling FileFlows

Restart the service with:

brew uninstall fileflows

Running the Service

Start the service with:

brew services start fileflows

Stop the service with:

brew services stop fileflows

Restart the service with:

brew services restart fileflows

Running Manually

You can also run the FileFlows manually by executing:

fileflows


FileFlows Node


Installing FileFlows Node

Install the FileFlows Node formula:

brew install fileflows-node

Uninstalling FileFlows Node

Restart the service with:

brew uninstall fileflows-node

Configuration

Run the configuration command to set the server URL and optionally an access token:

fileflows-node --configure

You will be prompted to enter the Server URL (required).

You can enter an Access Token (optional).

This creates or updates the Data/node.config file inside the installation directory.


Running the Service

Start the service with:

brew services start fileflows-node

Stop the service with:

brew services stop fileflows-node

Restart the service with:

brew services restart fileflows-node

Running Manually

You can also run the FileFlows Node manually by executing:

fileflows-node

Notes

  • This formula uses a custom no-checksum download strategy to allow downloading a versioned zip without SHA verification.
  • The launchd service is configured to run as your user (no root required).
  • Configuration must be done once before starting the service.

About

Homebrew Tap for FileFlows

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages