Skip to content

Commit f9cb2c1

Browse files
committed
readme: homebrew
1 parent cc65b1b commit f9cb2c1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ made in Norway 🇳🇴
112112
* [packages](#packages) - the party might be closer than you think
113113
* [arch package](#arch-package) - `pacman -S copyparty` (in [arch linux extra](https://archlinux.org/packages/extra/any/copyparty/))
114114
* [fedora package](#fedora-package) - does not exist yet
115+
* [homebrew formulae](#homebrew-formulae) - `brew install copyparty ffmpeg`
115116
* [nix package](#nix-package) - `nix profile install github:9001/copyparty`
116117
* [nixos module](#nixos-module)
117118
* [browser support](#browser-support) - TLDR: yes
@@ -1320,6 +1321,14 @@ some recommended FTP / FTPS clients; `wark` = example password:
13201321
* `lftp -u k,wark -p 3921 127.0.0.1 -e ls`
13211322
* `lftp -u k,wark -p 3990 127.0.0.1 -e 'set ssl:verify-certificate no; ls'`
13221323
1324+
config file example, which restricts FTP to only use ports 3921 and 12000-12099 so all of those ports must be opened in your firewall:
1325+
1326+
```yaml
1327+
[global]
1328+
ftp: 3921
1329+
ftp-pr: 12000-12099
1330+
```
1331+
13231332
13241333
## webdav server
13251334
@@ -2333,6 +2342,15 @@ after installing, start either the system service or the user service and naviga
23332342
does not exist yet; there are rumours that it is being packaged! keep an eye on this space...
23342343
23352344
2345+
## homebrew formulae
2346+
2347+
`brew install copyparty ffmpeg` -- https://formulae.brew.sh/formula/copyparty
2348+
2349+
should work on all macs (both intel and apple silicon) and all relevant macos versions
2350+
2351+
the homebrew package is maintained by the homebrew team (thanks!)
2352+
2353+
23362354
## nix package
23372355
23382356
`nix profile install github:9001/copyparty`

0 commit comments

Comments
 (0)