https://github.com/chassis/tachyon
A local Tachyon server for Chassis
https://github.com/chassis/tachyon
Last synced: 4 months ago
JSON representation
A local Tachyon server for Chassis
- Host: GitHub
- URL: https://github.com/chassis/tachyon
- Owner: Chassis
- Created: 2018-06-29T12:33:46.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T23:38:25.000Z (over 1 year ago)
- Last Synced: 2025-04-10T19:56:59.596Z (about 1 year ago)
- Language: Puppet
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tachyon
A Chassis extension to install and configure Tachyon on your Chassis server.
Tachyon is a faster than light image resizing service. You can [learn about the
server here](https://github.com/humanmade/tachyon).
You'll also need the [Tachyon WordPress Plugin](https://github.com/humanmade/tachyon-plugin) to take advantage of the service.
## Installation
Via Chassis config:
```
extensions:
- chassis/tachyon
```
Or clone into your extensions directory using git:
```
git clone --recursive git@github.com:Chassis/Tachyon.git tachyon
```
Run `vagrant provision`.
## Configuration options
You can configure the port used by Tachyon in your chassis config file.
```yaml
tachyon:
port: 1234
```
Check the `local-config.php` for the settings you can define.