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:
parent
c573b95984
commit
a553dae19b
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Docker is the recommended deployment method for EcoDash. It allows to run on different architectures and operating systems without hassle.
|
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
|
## With Docker command-line
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
ecodash:
|
ecodash:
|
||||||
container_name: ecodash
|
container_name: ecodash
|
||||||
image: gitea.massivebox.net/massivebox/ecodash
|
image: git.massivebox.net/ecodash/ecodash
|
||||||
ports:
|
ports:
|
||||||
- '8080:80'
|
- '8080:80'
|
||||||
volumes:
|
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
|
## 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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.
|
The [docker image](/docs/install/Docker) is recommended over running from binaries.
|
||||||
|
|
||||||
## Download
|
## 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`
|
`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:
|
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`
|
`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
|
## 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
|
## Moving on
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# 🪟 Windows
|
# 🪟 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.
|
||||||
|
|
|
@ -10,7 +10,7 @@ You can get support for EcoDash on the following channels:
|
||||||
|
|
||||||
- [Telegram](https://t.me/ecodash_support)
|
- [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)
|
- [support@ecodash.xyz](mailto:support@ecodash.xyz)
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@ const config = {
|
||||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||||
({
|
({
|
||||||
// Replace with your project's social card
|
// Replace with your project's social card
|
||||||
image: 'img/docusaurus-social-card.jpg',
|
image: 'img/card.jpg',
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'EcoDash',
|
title: 'EcoDash',
|
||||||
logo: {
|
logo: {
|
||||||
|
@ -68,8 +68,8 @@ const config = {
|
||||||
docId: "support",
|
docId: "support",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://gitea.massivebox.net/ecodash/ecodash',
|
href: 'https://git.massivebox.net/ecodash/ecodash',
|
||||||
label: 'Gitea',
|
label: 'Source code',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -107,8 +107,8 @@ const config = {
|
||||||
href: 'https://t.me/ecodash_support',
|
href: 'https://t.me/ecodash_support',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Gitea issues',
|
label: 'Forgejo issues',
|
||||||
href: 'https://gitea.massivebox.net/ecodash/ecodash/issues',
|
href: 'https://git.massivebox.net/ecodash/ecodash/issues',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -117,11 +117,11 @@ const config = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Website',
|
label: 'Website',
|
||||||
href: 'https://gitea.massivebox.net/ecodash/website'
|
href: 'https://git.massivebox.net/ecodash/website'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'EcoDash',
|
label: 'EcoDash',
|
||||||
href: 'https://gitea.massivebox.net/ecodash/ecodash',
|
href: 'https://git.massivebox.net/ecodash/ecodash',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -35,7 +35,7 @@ const FeatureList = [
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
buttonLabel: "Compatibility table",
|
buttonLabel: "Compatibility table",
|
||||||
buttonDest: "o"
|
buttonDest: "/docs#what-devices-are-compatible"
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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
|
## Financial support
|
||||||
|
|
||||||
|
|
BIN
static/img/card.jpg
Normal file
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 |
Loading…
Reference in a new issue