From ad9eac6bcc97a75f983a178d3d476b81406a9090 Mon Sep 17 00:00:00 2001 From: gytisrepecka Date: Sat, 6 Aug 2022 21:19:42 +0300 Subject: [PATCH] Added open source contributions. --- README.md | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6677ad6..61c74de 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,39 @@ -# opensource +# Open Source -Open source software, hardware, specifications and my contributions. \ No newline at end of file +Open source software, hardware, specifications and my contributions. + +## Personal Projects + +* [webimg](https://source.gyt.is/gytisrepecka/webimg) - image manipulation (currently - watermarking) library for web written in Go lang + +## Contributions + +### Golang + +* [WriteFreely: Fix login with Gitea OAuth: external user ID not recorded](https://github.com/writefreely/writefreely/pull/515) *(Nov 28, 2021)* +* [AWS Lambda Go sample function improvements](https://github.com/awsdocs/aws-lambda-developer-guide/pull/277): remove redundant call to `GetAccountSettings` API (`callLambda` function within `init`) and fixed misleading error message in TestMain function. *(May 3, 2021)* +* [Add Gitea OAuth login and account management in WriteFreely](https://github.com/writeas/writefreely/pull/293) *(Apr 3, 2020)* + +### PHP + +* [WordPress plugin boilerplate improvement - add shortcode support](https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/pull/549) *(Jul 17, 2020)* + +### Shell + +* [WriteFreely build on CentOS](https://github.com/writefreely/writefreely/pull/99): fix finding of `lessc` binary *(May 2, 2019)* + +### Other + +* [WriteFreely translation to Lithuanian](https://github.com/writeas/web-core/pull/3) *(May 7, 2019)* + +## Documentation + +* [Build WriteFreely from source](https://fedi.dev/gytis/build-writefreely-from-source) and [update WriteFreely from source](https://fedi.dev/gytis/update-writefreely-server-instance) afterwards on CentOS +* [Update Mastodon server instance](https://fedi.dev/gytis/update-mastodon-server-instance) on Ubuntu +* [How to run CentOS 5.3 on Dell Vostro 1400 laptop](https://wiki.centos.org/HowTos/Laptops/Dell/Vostro-1400) - CentOS wiki *(November 5, 2009)* + +## Issue reports + +* [WriteFreely runs as root](https://github.com/writefreely/writefreely/issues/85): improve `systemd` configuration script +* [Hestia Control Panel](https://github.com/hestiacp/hestiacp/issues/882): Upgrade fails: dpkg: error processing package hestia +* [Redis plugin for Grafana](https://github.com/RedisGrafana/grafana-redis-datasource/issues/48): Plugin executable missing for arm64 architecture