An open API service indexing awesome lists of open source software.

https://github.com/mufeedali/compose-bucket


https://github.com/mufeedali/compose-bucket

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bucket

This is essentially a dump for now. Some services require additional steps that I plan to document over time.

I might be putting myself at risk with this, I'm not entirely sure. But it would be great if anybody found my config helpful. :)

Runs on rootless Podman with the Docker Compose plugin.

## Rootless Podman Requirements

Enable unprivileged port start:

```ini
# /etc/sysctl.d/99-sysctl.conf
net.ipv4.ip_unprivileged_port_start=80
```

Enable persistent sessions:

```bash
loginctl enable-linger mufeed
```