Matthew Ruzzi
Matthew Ruzzi
Uptime Robot also provides a free plan with up to 50 monitors. https://uptimerobot.com Demo status page: https://status.uptimerobot.com
You could build them on CircleCI, which supports arm64 linux.
Instead of creating a commit to trigger a workflow, both CircleCI and GitHub Actions support making an api call and passing parameters so this could be used to trigger it....
@ronjouch The docker build fails because wine is not available for arm alpine. https://pkgs.alpinelinux.org/packages?name=wine&branch=edge ``` [parallels@fedora nativefier]$ uname -a Linux fedora 5.11.12-300.fc34.aarch64 #1 SMP Wed Apr 7 16:12:21 UTC 2021...
By removing wine I got it to build on arm linux. ```diff # Install dependencies and cleanup extraneous files RUN apk update \ - && apk add bash wine imagemagick...
@ronjouch I am working on a ci script to create and publish an arm docker image with CircleCi. https://github.com/mattruzzi/nativefier/blob/circleci-project-setup/.circleci/config.yml
# Todo List: - [ ] Move apps.json to separate repo - [ ] Implement new schema - [ ] Migrate icons from nativefier-icons ... @ronjouch feel free to edit.
For adding some new features (eg. auto detecting and using settings based on a url or customizing the settings used) I'm not quite sure where to start. I could add...
I'm working on a adding a way of specifying css/js injects in nactivefier-catalog but I am having problems related to #458 when passing multiple files to inject where it seems...
I was thinking for every site that is in nativefier-catalog we also could put it in a markdown file with explanations for all of the flags used so that the...