mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-11-30 13:03:53 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91e3bfacf2 | ||
|
|
9e2ad58c0f | ||
|
|
7ecd96b448 | ||
|
|
0b212e46b9 | ||
|
|
1013d31305 | ||
|
|
aa16db88e5 |
15
CHANGELOG.md
15
CHANGELOG.md
@@ -2,12 +2,17 @@
|
||||
|
||||
<!-- changelog -->
|
||||
|
||||
## [v1.0.3](https://github.com/wanderer-industries/wanderer/compare/v1.0.2...v1.0.3) (2024-09-18)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.0.2](https://github.com/wanderer-industries/wanderer/compare/v1.0.1...v1.0.2) (2024-09-18)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.0.1](https://github.com/wanderer-industries/wanderer/compare/v1.0.0...v1.0.1) (2024-09-18)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v0.23.36](https://github.com/wanderer-industries/wanderer/compare/v0.23.35...v0.23.36) (2024-09-17)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Interested to learn more? [Check more on our website](https://wanderer.ltd/news)
|
||||
|
||||
### Can Wanderer be self-hosted?
|
||||
|
||||
Wanderer is [open source](https://wanderer.ltd/open-source-website-analytics) and we have a free as in beer and self-hosted solution called [Wanderer Community Edition (CE)](https://wanderer.ltd/news/self-hosted). Here are the differences between Wanderer and Wanderer CE:
|
||||
Wanderer is open source project and we have a free as in beer and self-hosted solution called [Wanderer Community Edition (CE)](https://wanderer.ltd/news/community-edition). Here are the differences between Wanderer and Wanderer CE:
|
||||
|
||||
| | Wanderer Cloud | Wanderer Community Edition |
|
||||
| ------------- | ------------- | ------------- |
|
||||
|
||||
BIN
assets/static/images/news/ce_logo_dark.png
Normal file
BIN
assets/static/images/news/ce_logo_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
2
mix.exs
2
mix.exs
@@ -2,7 +2,7 @@ defmodule WandererApp.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@source_url "https://github.com/wanderer-industries/wanderer"
|
||||
@version "1.0.1"
|
||||
@version "1.0.3"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
||||
20
priv/posts/2024/09-18-community-edition.md
Normal file
20
priv/posts/2024/09-18-community-edition.md
Normal file
@@ -0,0 +1,20 @@
|
||||
%{
|
||||
title: "Introducing Wanderer Community Edition",
|
||||
author: "Wanderer Team",
|
||||
cover_image_uri: "/images/news/ce_logo_dark.png",
|
||||
tags: ~w(community-edition open-source),
|
||||
description: "We’re introducing the free as in beer, self-hosted and MIT-licensed Wanderer Community Edition (CE)."
|
||||
}
|
||||
|
||||
---
|
||||

|
||||
|
||||
* [Wanderer CE installation instructions](https://github.com/wanderer-industries/community-edition)
|
||||
* [Wanderer CE release notes](https://github.com/wanderer-industries/wanderer/blob/main/CHANGELOG.md).
|
||||
|
||||
Fly safe,
|
||||
WANDERER TEAM
|
||||
|
||||
---
|
||||
|
||||
_Note: Eve Online is a trademark of CCP hf. This application is not affiliated with or endorsed by CCP hf._
|
||||
BIN
priv/static/images/news/ce_logo_dark.png
Normal file
BIN
priv/static/images/news/ce_logo_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
Reference in New Issue
Block a user