Reflect git host and org changes

- Moved from gitea.massivebox.net to git.massivebox.net
- Moved container from massivebox/ecodash to ecodash/ecodash
- Changed social card
This commit is contained in:
MassiveBox 2023-05-02 21:50:07 +02:00
parent c573b95984
commit a553dae19b
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
10 changed files with 23 additions and 17 deletions

6
.idea/vcs.xml Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View file

@ -2,7 +2,7 @@
Docker is the recommended deployment method for EcoDash. It allows to run on different architectures and operating systems without hassle.
Pre-built Docker containers are offered for Linux on ARM and x86_64. If you're not on a supported architecture or operating system, please check the [Building the container](https://gitea.massivebox.net/ecodash/ecodash/src/branch/master/BUILD.md) guide.
Pre-built Docker containers are offered for Linux on ARM and x86_64. If you're not on a supported architecture or operating system, please check the [Building the container](https://git.massivebox.net/ecodash/ecodash/src/branch/master/BUILD.md) guide.
## With Docker command-line
@ -21,7 +21,7 @@ version: '3'
services:
ecodash:
container_name: ecodash
image: gitea.massivebox.net/massivebox/ecodash
image: git.massivebox.net/ecodash/ecodash
ports:
- '8080:80'
volumes:
@ -40,7 +40,7 @@ This will open the container on port 8080. Replace "8080" in the file with whate
## Get notified about new releases
Since EcoDash doesn't have any way to notify admins of new releases, you're encouraged to add our repository's feed into your RSS reader: https://gitea.massivebox.net/ecodash/ecodash.rss
Since EcoDash doesn't have any way to notify admins of new releases, you're encouraged to add our repository's feed into your RSS reader: https://git.massivebox.net/ecodash/ecodash.rss

View file

@ -2,12 +2,12 @@
Pre-built binaries are available for Linux systems with x86_64 and ARM architecture. They should work on any distribution, but haven't been tested on all. Please open an issue if problems arise.
If you're not on a supported architecture, please check the [Building on Linux](https://gitea.massivebox.net/ecodash/ecodash/src/branch/master/BUILD.md) guide.
If you're not on a supported architecture, please check the [Building on Linux](https://git.massivebox.net/ecodash/ecodash/src/branch/master/BUILD.md) guide.
The [docker image](/docs/install/Docker) is recommended over running from binaries.
## Download
1. Grab the appropriate ZIP from the [latest release page](https://gitea.massivebox.net/ecodash/ecodash/releases/latest). Make sure to select the right file for your architecture:
1. Grab the appropriate ZIP from the [latest release page](https://git.massivebox.net/ecodash/ecodash/releases/latest). Make sure to select the right file for your architecture:
`wget LINK_TO_APPROPRIATE_FILE`
2. Extract the contents. This will create a folder named `ecodash` in the current directory, which will contain the binary, the configuration, the database and HTML templates folder:
`unzip FILE_NAME`
@ -49,7 +49,7 @@ You might want your EcoDash server to restart automatically in the event of syst
## Get notified about new releases
Since EcoDash doesn't have any way to notify admins of new releases, you're encouraged to add our repository's feed into your RSS reader: https://gitea.massivebox.net/ecodash/ecodash.rss
Since EcoDash doesn't have any way to notify admins of new releases, you're encouraged to add our repository's feed into your RSS reader: https://git.massivebox.net/ecodash/ecodash.rss
## Moving on

View file

@ -1,3 +1,3 @@
# 🪟 Windows
Pre-built binaries or Docker images are not yet offered for Windows. You are encouraged to use WSL or [build yourself](https://gitea.massivebox.net/ecodash/ecodash/src/branch/master/BUILD.md) the Docker container for Windows. Support for this operating system and related documentation will come in future releases.
Pre-built binaries or Docker images are not yet offered for Windows. You are encouraged to use WSL or [build yourself](https://git.massivebox.net/ecodash/ecodash/src/branch/master/BUILD.md) the Docker container for Windows. Support for this operating system and related documentation will come in future releases.

View file

@ -10,7 +10,7 @@ You can get support for EcoDash on the following channels:
- [Telegram](https://t.me/ecodash_support)
- [Issues on Gitea](https://gitea.massivebox.net/massivebox/ecodash/issues)
- [Issues on Forgejo](https://git.massivebox.net/massivebox/ecodash/issues)
- [support@ecodash.xyz](mailto:support@ecodash.xyz)

View file

@ -47,7 +47,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
image: 'img/card.jpg',
navbar: {
title: 'EcoDash',
logo: {
@ -68,8 +68,8 @@ const config = {
docId: "support",
},
{
href: 'https://gitea.massivebox.net/ecodash/ecodash',
label: 'Gitea',
href: 'https://git.massivebox.net/ecodash/ecodash',
label: 'Source code',
position: 'left',
},
{
@ -107,8 +107,8 @@ const config = {
href: 'https://t.me/ecodash_support',
},
{
label: 'Gitea issues',
href: 'https://gitea.massivebox.net/ecodash/ecodash/issues',
label: 'Forgejo issues',
href: 'https://git.massivebox.net/ecodash/ecodash/issues',
},
],
},
@ -117,11 +117,11 @@ const config = {
items: [
{
label: 'Website',
href: 'https://gitea.massivebox.net/ecodash/website'
href: 'https://git.massivebox.net/ecodash/website'
},
{
label: 'EcoDash',
href: 'https://gitea.massivebox.net/ecodash/ecodash',
href: 'https://git.massivebox.net/ecodash/ecodash',
}
]
},

View file

@ -35,7 +35,7 @@ const FeatureList = [
</>
),
buttonLabel: "Compatibility table",
buttonDest: "o"
buttonDest: "/docs#what-devices-are-compatible"
},
];

View file

@ -6,7 +6,7 @@ You can contribute to EcoDash's development either by help with coding or donati
You can help us further develop EcoDash with code contributions. Just check out what our goals are, implement new features or fix bugs, and open a Pull Request! Make sure to talk in the [community channels](/docs/support) to make sure that your work isn't overlapping anybody else's.
A good starting point to always know what has to be done are the [issues on Gitea](https://gitea.massivebox.net/ecodash/ecodash/issues).
A good starting point to always know what has to be done are the [issues on Forgejo](https://git.massivebox.net/ecodash/ecodash/issues).
## Financial support

BIN
static/img/card.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB