Slavi Pantaleev

Results 242 comments of Slavi Pantaleev

Exim configuration is black magic.. If you'd like to tackle this (either via a project fork or by making it configurable somehow), please go ahead!

@Makapashev, I've forked both this and `mongodb-migrations`. See [devture/mongodb-migrations](https://packagist.org/packages/devture/mongodb-migrations) and [devture/mongodb-migrations-bundle](https://packagist.org/packages/devture/mongodb-migrations-bundle). You should be able to replace `doesntmatter` with `devture` in your `composer.json` and bump the versions to `4.0.*` and...

Here are a few from me which could be added: - [ ] [Vikunja](https://vikunja.io/) - todo app - I may do this one some day, out of curiousity. I've been...

The SMS bridge is related to matrix-docker-ansible-deploy, not to mash. Since recently, something related to SMS bridging has already landed, although I'm not sure what the exact relation and difference...

Why are you going through hell to copy the `config.php` file out of the container, when it already lives on your filesystem at `/mash/nextcloud/data/config/config.php`. This directory is mounted from the...

Don't the setup instructions mention the need for running `adjust-nextcloud-config` separately, after installing? It's not ideal, as people might skip this step, but.. it's done this way, because it requires...

I see a few problems with this: - you're relying on `roles/mash/just_roles/tasks/main.yml` to create `setup.yml` when you run `setup.yml` with `ansible-playbook`, but.. the first time around `setup.yml` doesn't exist yet...

I suppose a new `init.yml` playbook file could run: - `just optimize` - `just roles` - `just _setup-yml` - `just _group-vars-mash-servers` This can also be invoked with a single `just`...

Thanks for contributing support for Frigate! Here's some feedback: - it'd be nice to add a documentation page - it'd be nice to expose it through Traefik like all other...

Thank you for the kind words! It's great to hear that the playbook is useful to you! Perhaps @kinduff knows more about the current status of the FreshRSS service. In...