frimdo

Results 15 issues of frimdo

Before submitting your issue, please make sure that you've checked all of the checkboxes below. - [X] You're running the [latest release](https://github.com/Block8/PHPCI/releases/latest) version of PHPCI. - [X] Ensure that you're...

I would like to ask, if there is any way to change admin credentials after the installation is done. The reason I need this is [this](https://github.com/it-herz/docker-phpci) docker image, which seems...

- [x] You're running the [latest release](https://github.com/Block8/PHPCI/releases/latest) version of PHPCI. - [x] Ensure that you're running at least PHP 5.3.6, you can check this by running `php -v` - [x]...

Hi - I tryed to configure self-hosted unmarked server on custom port (not 80 or 443). Server worked, but when I edit json files of chrome extension (according to [manual](https://github.com/plainmade/unmark-chrome#using-your-own-host))...

### Relevant telegraf.conf: ```toml [[inputs.openweathermap]] app_id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" city_id = ["5391959"] fetch = ["forecast"] interval = "10m" ``` ### Expected behavior: Forecast values should be stored with timestamp that corresponds...

bug
help wanted
good first issue
size/s

Hi - I have a question about running a infinit volume plugin inside docker container. Guys from docker [says](https://github.com/docker/for-linux/issues/10) it should be doable with no problems. I followed [manual](https://infinit.sh/documentation/docker/volume-plugin), except...

Docker Volume Plugin

I am failing to get docker volume plugin working. Am I doing something wrong? Server: ``` infinit user signup --name dominik2 --fullname "Dominik2" -P "SECRET" --full export INFINIT_USER=dominik2 infinit silo...

Docker Volume Plugin

Your `Makefile` and `hw.sh` are dependent on bash. Some distros don't use bash, but for example busybox. In that case, your project is not buildable. This dependency is simply solved...

Not really sure if my mistake, NFS issue or docker-volume-netshare issue. I created a NFS-server container and tested if it is working. ``` # showmount -e 172.17.0.2 Export list for...

More question or feature idea... Is there any way to mount share from NFS server, that is reachable over docker overlay network? Explanation: If I have a containerized server (NFS...