Skip to content

Commit

Permalink
[release] v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Mar 30, 2024
1 parent ba2d2c8 commit 1571801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.15.0-unstable29",
"version": "0.15.0",
"description": "",
"main": "test-server.js",
"bugs": {
Expand Down
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ Whether you have a **server**, a **NAS**, or a **Raspberry Pi** with application
Cosmos is:

* **App Store** 📦📱 To easily install and manage your applications, with simple installers, automatic updates and security checks. This works alongside manual installation methods, such as importing docker-compose files, or the docker CLI
* **Customizable Homepage** 🏠🖼 To access all your applications from a single place, with a beautiful and customizable UI
* **Storage Manager** 📂🔐 To easily manage your disks, including **Parity Disks** and **MergerFS**
* **Reverse-Proxy** 🔄🔗 Targeting containers, other servers, or serving static folders / SPA with **automatic HTTPS**, and a **nice UI**
* **Authentication Server** 👦👩 With strong security, **multi-factor authentication** and multiple strategies (**OpenId**, forward headers, HTML)
* **Authentication Server** 🔐👤 With strong security, **multi-factor authentication** and multiple strategies (**OpenId**, forward headers, HTML)
* **Customizable Homepage** 🏠🖼 To access all your applications from a single place, with a beautiful and customizable UI
* **Container manager** 🐋🔧 To easily manage your containers and their settings, keep them up to date as well as audit their security. Includes docker-compose support!
* **VPN** 🌐🔒 To securely access your applications from anywhere, without having to open ports on your router.
* **VPN** 🌐🔒 To securely access your applications from anywhere, without having to open ports on your router.
* **Monitoring** 📈📊 Fully persisting and real-time monitoring with customizable alerts and notifications, so you can be notified of any issue.
* **Identity Provider** 👦👩 To easily manage your users, **invite your friends and family** to your applications without awkardly sharing credentials. Let them request a password change with an email rather than having you unlock their account manually!
* **SmartShield technology** 🧠🛡 Automatically secure your applications without manual adjustments (see below for more details). Includes anti-bot and anti-DDOS strategies.
* **CRON** 🕒🔧 To easily schedule tasks on the server or inside containers

It has been built to be:

Expand Down

0 comments on commit 1571801

Please sign in to comment.