aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-08-09 18:19:58 +0000
committernodiscc <nodiscc@gmail.com>2019-08-09 18:19:58 +0000
commita6ea47a41fdf60776a7c6b3a52f4d566ee845424 (patch)
tree01fd0ef40336b03e837ad4cc254a88c09fe084f1
parentMerge pull request #1764 from spencermuise/master (diff)
downloadawesome-selfhosted-a6ea47a41fdf60776a7c6b3a52f4d566ee845424.tar.gz
awesome-selfhosted-a6ea47a41fdf60776a7c6b3a52f4d566ee845424.zip
fix: add missing final dot
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 15d0cdbe..55fa870b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Awesome-Selfhosted
-[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
+[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) ![](https://img.shields.io/travis/Kickball/awesome-selfhosted/monthly-check?label=link%20checks)
Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
@@ -706,7 +706,7 @@ See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems
- [Coquelicot](https://coquelicot.potager.org/) - Coquelicot is a “one-click” file sharing web application with a focus on protecting users’ privacy. ([Source Code](https://coquelicot.potager.org/gitweb/?p=coquelicot.git)) `AGPL-3.0` `Ruby`
- [droppy](https://github.com/silverwind/droppy) - droppy is a self-hosted cloud server with an interface similar to desktop file managers and has capabilities to edit files on-the-fly as well as view and playback media directly in the browser. ([Demo](http://droppy.silverwind.io/)) `BSD-2-Clause` `Nodejs`
- [elixire](https://elixi.re) - Simple yet advanced screenshot uploading and link shortening service. ([Source Code](https://gitlab.com/elixire/elixire), [Clients](https://gitlab.com/elixire/elixiremanager)) `AGPL-3.0` `Python`
-- [fibridge](https://github.com/anderspitman/fibridge-proxy-rs) - Stream huge files out of your browser without having to upload ([Demo](https://fbrg.xyz/)) `MIT` `Rust`
+- [fibridge](https://github.com/anderspitman/fibridge-proxy-rs) - Stream huge files out of your browser without having to upload. ([Demo](https://fbrg.xyz/)) `MIT` `Rust`
- [FileShelter](https://github.com/epoupon/fileshelter) - FileShelter is a self-hosted software that allows you to easily share files over the Internet. ([Demo](http://fileshelter.demo.poupon.io/)) `GPL-3.0` `C++`
- [Files Sharing](https://github.com/axeloz/filesharing) - Open Source and self-hosted files sharing application based on unique and temporary links. `GPL-3.0` `PHP`
- [img.bi](https://github.com/imgbi/img.bi) - img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. `GPL-3.0` `Nodejs`