Update all repo URLS to point to new aliasvault organization (#1171)

This commit is contained in:
Leendert de Borst
2025-09-03 13:39:53 +02:00
committed by Leendert de Borst
parent f9a9cb83c4
commit d9a8e671a1
26 changed files with 52 additions and 44 deletions

View File

@@ -1,8 +1,8 @@
# <img src="https://github.com/user-attachments/assets/933c8b45-a190-4df6-913e-b7c64ad9938b" width="35" alt="AliasVault"> AliasVault
AliasVault is a privacy-first password and email alias manager. Create unique identities, strong passwords, and random email aliases for every website you use. Fully end-to-end encrypted, with a built-in email server and zero third-party dependencies.
[<img src="https://img.shields.io/github/v/release/lanedirt/AliasVault?include_prereleases&logo=github&label=Release">](https://github.com/lanedirt/AliasVault/releases)
[![.NET E2E Tests (with Sharding)](https://github.com/lanedirt/AliasVault/actions/workflows/dotnet-e2e-tests.yml/badge.svg)](https://github.com/lanedirt/AliasVault/actions/workflows/dotnet-e2e-tests.yml)
[<img src="https://img.shields.io/github/v/release/aliasvault/aliasvault?include_prereleases&logo=github&label=Release">](https://github.com/aliasvault/aliasvault/releases)
[![.NET E2E Tests (with Sharding)](https://github.com/aliasvault/aliasvault/actions/workflows/dotnet-e2e-tests.yml/badge.svg)](https://github.com/aliasvault/aliasvault/actions/workflows/dotnet-e2e-tests.yml)
[<img src="https://img.shields.io/sonar/quality_gate/lanedirt_AliasVault?server=https%3A%2F%2Fsonarcloud.io&label=Sonarcloud&logo=sonarcloud">](https://sonarcloud.io/summary/new_code?id=lanedirt_AliasVault)
[<img src="https://badges.crowdin.net/aliasvault/localized.svg">](https://crowdin.com/project/aliasvault)
[<img alt="Discord" src="https://img.shields.io/discord/1309300619026235422?logo=discord&logoColor=%237289da&label=Discord&color=%237289da">](https://discord.gg/DsaXMTEtpF)
@@ -78,7 +78,7 @@ This method uses pre-built Docker images and works on minimal hardware specifica
```bash
# Download install script from latest stable release
curl -L -o install.sh https://github.com/lanedirt/AliasVault/releases/latest/download/install.sh
curl -L -o install.sh https://github.com/aliasvault/aliasvault/releases/latest/download/install.sh
# Make install script executable and run it. This will create the .env file, pull the Docker images, and start the AliasVault containers.
chmod +x install.sh
@@ -133,7 +133,7 @@ Core features that are being worked on:
- [ ] Support for FIDO2/WebAuthn hardware keys and passkeys
- [ ] Adding support for family/team sharing (organization features)
👉 [View the full AliasVault roadmap here](https://github.com/lanedirt/AliasVault/issues/731)
👉 [View the full AliasVault roadmap here](https://github.com/aliasvault/aliasvault/issues/731)
### Got feedback or ideas?
Feel free to open an issue or join our [Discord](https://discord.gg/DsaXMTEtpF)! Contributions are warmly welcomed—whether in feature development, testing, or spreading the word. Get in touch on Discord if you're interested in contributing.

View File

@@ -4,7 +4,7 @@
© 2024 <span>@AppInfo.ApplicationName v@(AppInfo.GetFullVersion())</span>. All rights reserved.
</p>
<ul class="flex flex-wrap items-center justify-center">
<li><a href="https://github.com/lanedirt/AliasVault/blob/main/LICENSE.md" class="mr-4 text-sm font-normal text-gray-500 hover:underline md:mr-6 dark:text-gray-400">License</a></li>
<li><a href="https://github.com/lanedirt/AliasVault" target="_blank" class="text-sm font-normal text-gray-500 hover:underline dark:text-gray-400">GitHub</a></li>
<li><a href="https://github.com/aliasvault/aliasvault/blob/main/LICENSE.md" class="mr-4 text-sm font-normal text-gray-500 hover:underline md:mr-6 dark:text-gray-400">License</a></li>
<li><a href="https://github.com/aliasvault/aliasvault" target="_blank" class="text-sm font-normal text-gray-500 hover:underline dark:text-gray-400">GitHub</a></li>
</ul>
</footer>

View File

@@ -1080,6 +1080,10 @@ video {
gap: 1.5rem;
}
.gap-8 {
gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
@@ -2605,6 +2609,10 @@ video {
margin-right: 1.5rem;
}
.md\:ml-2 {
margin-left: 0.5rem;
}
.md\:block {
display: block;
}

View File

@@ -36,7 +36,7 @@
<InputCheckbox id="terms" @bind-Value="_registerModel.AcceptTerms" class="w-4 h-4 border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-primary-300 dark:focus:ring-primary-600 dark:ring-offset-gray-800 dark:bg-gray-700 dark:border-gray-600" />
</div>
<div class="ml-3 text-sm">
<label for="terms" class="font-medium text-gray-900 dark:text-white">@Localizer["AcceptTermsLabel"] <a href="https://github.com/lanedirt/AliasVault/blob/main/LICENSE.md" target="_blank" class="text-primary-700 hover:underline dark:text-primary-500">@Localizer["TermsAndConditionsLink"]</a></label>
<label for="terms" class="font-medium text-gray-900 dark:text-white">@Localizer["AcceptTermsLabel"] <a href="https://www.aliasvault.net/terms-and-conditions" target="_blank" class="text-primary-700 hover:underline dark:text-primary-500">@Localizer["TermsAndConditionsLink"]</a></label>
<ValidationMessage For="() => _registerModel.AcceptTerms"/>
</div>
</div>

View File

@@ -13,7 +13,7 @@
<div class="hidden lg:block text-center text-gray-400 text-sm">@_randomQuote</div>
<ul class="flex flex-wrap items-center justify-center">
<li>
<a href="https://github.com/lanedirt/AliasVault" target="_blank" class="text-sm font-normal text-gray-500 hover:underline dark:text-gray-400">GitHub</a>
<a href="https://github.com/aliasvault/aliasvault" target="_blank" class="text-sm font-normal text-gray-500 hover:underline dark:text-gray-400">GitHub</a>
</li>
</ul>
</div>

View File

@@ -71,7 +71,7 @@
<comment>Import section title</comment>
</data>
<data name="ImportSectionDescription" xml:space="preserve">
<value>Select a service to import from. If you are using a service that is not listed here and would like to see it supported, please raise an issue on &lt;a href="https://github.com/lanedirt/AliasVault/issues" target="_blank" class="text-primary-500 hover:text-primary-700"&gt;GitHub&lt;/a&gt; or contact us.</value>
<value>Select a service to import from. If you are using a service that is not listed here and would like to see it supported, please raise an issue on &lt;a href="https://github.com/aliasvault/aliasvault/issues" target="_blank" class="text-primary-500 hover:text-primary-700"&gt;GitHub&lt;/a&gt; or contact us.</value>
<comment>Import section description with HTML link</comment>
</data>
<data name="ExportSectionTitle" xml:space="preserve">

View File

@@ -15,10 +15,10 @@
==========================================================================================================
AliasVault - Free open-source password and (email) alias manager.
AliasVault - Privacy-first password manager with built-in email aliasing. Fully encrypted and self-hostable.
Build (UTC): @BuildVersion
Source code: https://github.com/lanedirt/AliasVault
Source code: https://github.com/aliasvault/aliasvault
License: AGPLv3
-->
<meta charset="utf-8" />

View File

@@ -8,7 +8,7 @@ favicon_ico: "/assets/img/favicon.png"
# Navigation settings
aux_links:
"AliasVault on GitHub":
- "https://github.com/lanedirt/AliasVault"
- "https://github.com/aliasvault/aliasvault"
"AliasVault Website":
- "https://aliasvault.net"
aux_links_new_tab: true
@@ -26,7 +26,7 @@ enable_copy_code_button: true
# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub."
gh_edit_repository: "https://github.com/lanedirt/AliasVault" # the github URL for your repo
gh_edit_repository: "https://github.com/aliasvault/aliasvault" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately

View File

@@ -19,12 +19,12 @@ This guide explains how to build and install the AliasVault Google Chrome extens
1. Clone the repository:
```bash
git clone https://github.com/lanedirt/AliasVault.git
git clone https://github.com/aliasvault/aliasvault.git
```
2. Navigate to the Browser Extension directory:
```bash
cd AliasVault/apps/browser-extension
cd aliasvault/apps/browser-extension
```
3. Install the required dependencies:

View File

@@ -19,12 +19,12 @@ This guide explains how to build and install the AliasVault Microsoft Edge exten
1. Clone the repository:
```bash
git clone https://github.com/lanedirt/AliasVault.git
git clone https://github.com/aliasvault/aliasvault.git
```
2. Navigate to the Browser Extension directory:
```bash
cd AliasVault/apps/browser-extension
cd aliasvault/apps/browser-extension
```
3. Install the required dependencies:

View File

@@ -19,12 +19,12 @@ This guide explains how to build and install the AliasVault Firefox extension fr
1. Clone the repository:
```bash
git clone https://github.com/lanedirt/AliasVault.git
git clone https://github.com/aliasvault/aliasvault.git
```
2. Navigate to the Browser Extension directory:
```bash
cd AliasVault/apps/browser-extension
cd aliasvault/apps/browser-extension
```
3. Install the required dependencies:

View File

@@ -20,12 +20,12 @@ This guide explains how to build and install the AliasVault Safari extension fro
1. Clone the repository:
```bash
git clone https://github.com/lanedirt/AliasVault.git
git clone https://github.com/aliasvault/aliasvault.git
```
2. Navigate to the Browser Extension directory:
```bash
cd AliasVault/apps/browser-extension
cd aliasvault/apps/browser-extension
```
3. Install the required dependencies:

View File

@@ -9,6 +9,6 @@ nav_order: 100
If you need help or have any questions about installing or using AliasVault, you can reach us on [AliasVault Discord](https://discord.gg/DsaXMTEtpF).
If you have found a bug or have a feature request, please open an issue on [AliasVault GitHub](https://github.com/lanedirt/AliasVault/issues).
If you have found a bug or have a feature request, please open an issue on [AliasVault GitHub](https://github.com/aliasvault/aliasvault/issues).
If you have any other questions or feedback, please visit the contact page on the [AliasVault website](https://aliasvault.net/contact).

View File

@@ -14,7 +14,7 @@ A self-hostable, end-to-end encrypted password manager with a built-in alias gen
{: .fs-6 .fw-300 }
[Server Installation](./installation/install){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[View on GitHub](https://github.com/lanedirt/AliasVault){: .btn .fs-5 .mb-4 .mb-md-0 }
[View on GitHub](https://github.com/aliasvault/aliasvault){: .btn .fs-5 .mb-4 .mb-md-0 }
---

View File

@@ -18,8 +18,8 @@ Building from source requires more resources:
## Steps
1. Clone the repository
```bash
git clone https://github.com/lanedirt/AliasVault.git
cd AliasVault
git clone https://github.com/aliasvault/aliasvault.git
cd aliasvault
```
2. Make the build script executable and run it. This will create the .env file, build the Docker images locally from source, and start the AliasVault containers. Follow the on-screen prompts to configure AliasVault.
```bash

View File

@@ -31,10 +31,10 @@ Follow these steps to manually install AliasVault on your own server.
1. **Clone the git repository**
```bash
# Clone repository
git clone https://github.com/lanedirt/AliasVault.git
git clone https://github.com/aliasvault/aliasvault.git
# Navigate to the AliasVault directory
cd AliasVault
cd aliasvault
```
2. **Create required directories**
@@ -136,4 +136,4 @@ For more detailed troubleshooting information, please refer to the full [trouble
## FAQ
### Why does AliasVault use its own reverse proxy?
AliasVault requires precise routing between its client, API, and admin interfaces. These are structured under `/`, `/api`, and `/admin`. A unified nginx reverse proxy ensures that all AliasVault's containers are accessible under the same hostname and path structure. If you use your own reverse proxy, you must replicate this logic exactly. See the [nginx.conf](https://raw.githubusercontent.com/lanedirt/AliasVault/refs/heads/main/apps/server/nginx.conf) configuration that's used by the official container for reference.
AliasVault requires precise routing between its client, API, and admin interfaces. These are structured under `/`, `/api`, and `/admin`. A unified nginx reverse proxy ensures that all AliasVault's containers are accessible under the same hostname and path structure. If you use your own reverse proxy, you must replicate this logic exactly. See the [nginx.conf](https://raw.githubusercontent.com/aliasvault/aliasvault/refs/heads/main/apps/server/nginx.conf) configuration that's used by the official container for reference.

View File

@@ -27,7 +27,7 @@ To get AliasVault up and running quickly, run the install script to pull pre-bui
1. Download the install script to a directory of your choice. All AliasVault files and directories will be created in this directory.
```bash
# Download the install script
curl -L -o install.sh https://github.com/lanedirt/AliasVault/releases/latest/download/install.sh
curl -L -o install.sh https://github.com/aliasvault/aliasvault/releases/latest/download/install.sh
```
2. Make the install script executable.

View File

@@ -18,7 +18,7 @@ nav_order: 3
</details>
## Before You Begin
You can see the latest available version of AliasVault on [GitHub](https://github.com/lanedirt/AliasVault/releases).
You can see the latest available version of AliasVault on [GitHub](https://github.com/aliasvault/aliasvault/releases).
{: .warning }
Before updating, it's recommended to backup your database and other important data. You can do this by making

View File

@@ -112,6 +112,6 @@ The following websites have been known to cause issues in the past (but should b
| [Bitwarden](https://vault.bitwarden.com/#/login) | Autofill password not detected (input not long enough), manually typing in works |
| [Microsoft Online](https://login.microsoftonline.com/) | Password gets reset after autofill |
| [ING Bank](https://mijn.ing.nl/login/) | Autofill doesn't detect input fields and AliasVault autofill icon placement is off |
| [GitHub Issues](https://github.com/lanedirt/AliasVault/issues) | The "New issue -> Blank Issue" title field causes the autofill to trigger because of a parent form (outside of the role=modal div) |
| [GitHub Issues](https://github.com/aliasvault/aliasvault/issues) | The "New issue -> Blank Issue" title field causes the autofill to trigger because of a parent form (outside of the role=modal div) |
| [Netim](https://www.netim.com/direct/) | Autofill popup not showing up |
| [ChatGPT login](https://auth.openai.com/log-in) | Autofill popup not showing up |

View File

@@ -29,8 +29,8 @@ This guide will help you set up AliasVault for development on Linux or MacOS sys
1. **Clone the Repository**
```bash
git clone https://github.com/lanedirt/AliasVault.git
cd AliasVault
git clone https://github.com/aliasvault/aliasvault.git
cd aliasvault
```
2. **Install dotnet CLI EF Tools**
@@ -142,6 +142,6 @@ If you encounter database connection issues:
## Support
If you encounter any issues not covered in this guide, please:
1. Check the [GitHub Issues](https://github.com/lanedirt/AliasVault/issues)
1. Check the [GitHub Issues](https://github.com/aliasvault/aliasvault/issues)
2. Search for existing solutions
3. Create a new issue if needed

View File

@@ -36,8 +36,8 @@ This guide will help you set up AliasVault for development on Windows using WSL
1. **Clone the Repository**
```bash
git clone https://github.com/lanedirt/AliasVault.git
cd AliasVault
git clone https://github.com/aliasvault/aliasvault.git
cd aliasvault
```
2. **Configure WSL**
- Open WSL terminal
@@ -136,6 +136,6 @@ If you experience WSL-related issues:
## Support
If you encounter any issues not covered in this guide, please:
1. Check the [GitHub Issues](https://github.com/lanedirt/AliasVault/issues)
1. Check the [GitHub Issues](https://github.com/aliasvault/aliasvault/issues)
2. Search for existing solutions
3. Create a new issue if needed

View File

@@ -75,7 +75,7 @@ docker login ghcr.io
# Build and push all-in-one image
# Note: replace 0.22.0 below with the actual tag of the version that you're building and pushing
docker buildx build --platform linux/amd64,linux/arm64/v8 -f dockerfiles/all-in-one/Dockerfile -t ghcr.io/lanedirt/aliasvault:0.22.0 -t ghcr.io/lanedirt/aliasvault:latest --push .
docker buildx build --platform linux/amd64,linux/arm64/v8 -f dockerfiles/all-in-one/Dockerfile -t ghcr.io/aliasvault/aliasvault:0.22.0 -t ghcr.io/aliasvault/aliasvault:latest --push .
```
## Publish new browser extension version

View File

@@ -17,7 +17,7 @@ As of writing (May 2025), autofill support for Android is in an experimental sta
Android has added multiple autofill APIs throughout the years, which include Accessibility, Native Autofill, and Inline Autofill. These multiple APIs make it hard to offer a universal experience for AliasVault. AliasVault currently supports some but not all of these, so results may vary depending on your device and the app you're using. We're actively working on improving autofill in upcoming releases.
If you're running into any specific issues with your specific device make/model, please read the tips below. If your issue is not mentioned on this page, feel free to raise an issue on [GitHub](https://github.com/lanedirt/AliasVault/issues) or get in contact via [Discord](https://discord.gg/DsaXMTEtpF).
If you're running into any specific issues with your specific device make/model, please read the tips below. If your issue is not mentioned on this page, feel free to raise an issue on [GitHub](https://github.com/aliasvault/aliasvault/issues) or get in contact via [Discord](https://discord.gg/DsaXMTEtpF).
## Using Native Autofill in Chrome

View File

@@ -19,12 +19,12 @@ This guide explains how to build and install the AliasVault Android app from sou
1. Clone the repository:
```bash
git clone https://github.com/lanedirt/AliasVault.git
git clone https://github.com/aliasvault/aliasvault.git
```
2. Navigate to the mobile app directory:
```bash
cd AliasVault/apps/mobile-app
cd aliasvault/apps/mobile-app
```
3. Install JavaScript dependencies:

View File

@@ -24,12 +24,12 @@ This guide explains how to build and install the AliasVault iOS app from source
1. Clone the repository:
```bash
git clone https://github.com/lanedirt/AliasVault.git
git clone https://github.com/aliasvault/aliasvault.git
```
2. Navigate to the mobile app directory:
```bash
cd AliasVault/apps/mobile-app
cd aliasvault/apps/mobile-app
```
3. Install JavaScript dependencies:

View File

@@ -22,7 +22,7 @@
"wellKnown": "https://www.aliasvault.net/.well-known/funding.json"
},
"repositoryUrl": {
"url": "https://github.com/lanedirt/AliasVault",
"url": "https://github.com/aliasvault/aliasvault",
"wellKnown": ""
},
"licenses": [