From f765224a868f2bd341ed0f126ec528ad06f19ee6 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Sat, 21 Oct 2023 23:41:17 +0200 Subject: [PATCH] chore: domain changes. --- .drone.yml | 8 ++++---- .github/CONTRIBUTING.md | 2 +- README.md | 12 ++++++------ .../amine/apps/readerforselfossv2/android/MyApp.kt | 2 +- build.gradle.kts | 1 - docs/index.html | 4 ++-- settings.gradle.kts | 2 -- .../amine/apps/readerforselfossv2/rest/MercuryApi.kt | 2 +- .../readerforselfossv2/service/AppSettingsService.kt | 4 ++-- 9 files changed, 17 insertions(+), 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index e3da259..f905d7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,7 +75,7 @@ steps: - name: scpFiles image: appleboy/drone-scp settings: - host: amine-louveau.fr + host: amine-bouabdallaoui.fr username: ubuntu key: from_secret: privateKey @@ -86,7 +86,7 @@ steps: - name: deploy image: appleboy/drone-ssh settings: - host: amine-louveau.fr + host: amine-bouabdallaoui.fr user: ubuntu key: from_secret: privateKey @@ -120,7 +120,7 @@ steps: - ./gradlew :androidApp:assembleGithubConfigRelease - echo "---------------------------------------------------------" - echo "Get Key" - - wget https://amine-louveau.fr/key + - wget https://amine-bouabdallaoui.fr/key - echo "---------------------------------------------------------" - echo "Zipalign" - $ANDROID_HOME/build-tools/31.0.0/zipalign -f -v 4 androidApp/build/outputs/apk/githubConfig/release/androidApp-githubConfig-release-unsigned.apk androidApp/build/outputs/apk/githubConfig/release/android-prod-released-ziped.apk @@ -142,7 +142,7 @@ steps: settings: api_key: from_secret: giteaAPI - base_url: https://gitea.amine-louveau.fr + base_url: https://gitea.amine-bouabdallaoui.fr files: signed.apk - name: notify diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index caad388..61c4e12 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ Please read the guidelines before contributing, and follow them (or try to) when There are many ways to contribute to this project, you could [translate the app](https://crowdin.com/project/readerforselfoss), report bugs, request missing features, suggest enhancements and changes to existing ones. You also can improve the README with useful tips that could help the other users. -You can fork the repository, and [help me solve some issues](https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform/issues?q=is%3Aissue+is%3Aopen+label%3A%22Up+For+Grabs%22) or [develop new things](https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform/issues) +You can fork the repository, and [help me solve some issues](https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform/issues?q=is%3Aissue+is%3Aopen+label%3A%22Up+For+Grabs%22) or [develop new things](https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform/issues) ### What I can't help you with. diff --git a/README.md b/README.md index 338b57f..6ad47fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ReaderForSelfoss-multiplatform [![Build Status](https://build.amine-louveau.fr/api/badges/Louvorg/ReaderForSelfoss-multiplatform/status.svg)](https://build.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform) +# ReaderForSelfoss-multiplatform [![Build Status](https://build.amine-bouabdallaoui.fr/api/badges/Louvorg/ReaderForSelfoss-multiplatform/status.svg)](https://build.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/readerforselfoss/localized.svg)](https://crowdin.com/project/readerforselfoss) @@ -22,15 +22,15 @@ If you are a user, you can still create new issues. I'll fix them when I can. 1. **You'll have to have a Selfoss instance running.** You'll find everything you need to install it [here](https://selfoss.aditu.de/). -2. Check the [Contribution guide](https://gitea.amine-louveau.fr/Louvorg/ReaderforSelfoss-multiplatform/src/branch/master/.github/CONTRIBUTING.md). +2. Check the [Contribution guide](https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderforSelfoss-multiplatform/src/branch/master/.github/CONTRIBUTING.md). -3. Build the project by following [these steps](https://gitea.amine-louveau.fr/Louvorg/ReaderforSelfoss-multiplatform/src/branch/master/.github/CONTRIBUTING.md#build-the-project) (you should have read them after the contribution guide) +3. Build the project by following [these steps](https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderforSelfoss-multiplatform/src/branch/master/.github/CONTRIBUTING.md#build-the-project) (you should have read them after the contribution guide) ## Useful links -- [Check what changed](https://gitea.amine-louveau.fr/Louvorg/ReaderforSelfoss-multiplatform/src/branch/master/CHANGELOG.md) -- [See what I'm doing](https://gitea.amine-louveau.fr/Louvorg/ReaderforSelfoss-multiplatform/projects/1) -- [Create an issue, or request a new feature](https://gitea.amine-louveau.fr/Louvorg/ReaderforSelfoss-multiplatform/issues) +- [Check what changed](https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderforSelfoss-multiplatform/src/branch/master/CHANGELOG.md) +- [See what I'm doing](https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderforSelfoss-multiplatform/projects/1) +- [Create an issue, or request a new feature](https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderforSelfoss-multiplatform/issues) - [Help translation the app](https://crowdin.com/project/readerforselfoss) ## Contributors (V1) (Alphabetical order) ❤️ diff --git a/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/MyApp.kt b/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/MyApp.kt index 8dc3388..f1204f5 100644 --- a/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/MyApp.kt +++ b/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/MyApp.kt @@ -132,7 +132,7 @@ class MyApp : MultiDexApplication(), DIAware { } httpSender { uri = - "https://bugs.amine-louveau.fr/report" // best guess, you may need to adjust this + "https://bugs.amine-bouabdallaoui.fr/report" // best guess, you may need to adjust this basicAuthLogin = "qMEscjj89Gwt6cPR" basicAuthPassword = "Yo58QFlGzFaWlBzP" httpMethod = HttpSender.Method.POST diff --git a/build.gradle.kts b/build.gradle.kts index 73ec5e4..5336c08 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,6 @@ plugins { allprojects { repositories { - // maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")} google() mavenCentral() maven { url = uri("https://www.jitpack.io") } diff --git a/docs/index.html b/docs/index.html index 4b08e48..79bf655 100644 --- a/docs/index.html +++ b/docs/index.html @@ -68,9 +68,9 @@ redirect_from: "/ReaderforSelfoss-multiplatform/" - + diff --git a/settings.gradle.kts b/settings.gradle.kts index 2aaa979..987692d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,6 +1,5 @@ pluginManagement { repositories { - // maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")} google() gradlePluginPortal() mavenCentral() @@ -9,7 +8,6 @@ pluginManagement { dependencyResolutionManagement { repositories { - // maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")} google() mavenCentral() } diff --git a/shared/src/commonMain/kotlin/bou/amine/apps/readerforselfossv2/rest/MercuryApi.kt b/shared/src/commonMain/kotlin/bou/amine/apps/readerforselfossv2/rest/MercuryApi.kt index deec323..243659b 100644 --- a/shared/src/commonMain/kotlin/bou/amine/apps/readerforselfossv2/rest/MercuryApi.kt +++ b/shared/src/commonMain/kotlin/bou/amine/apps/readerforselfossv2/rest/MercuryApi.kt @@ -40,7 +40,7 @@ class MercuryApi() { suspend fun query(url: String): StatusAndData = bodyOrFailure( - client.get("https://amine-louveau.fr/parser.php") { + client.get("https://amine-bouabdallaoui.fr/parser.php") { parameter("link", url) }, ) diff --git a/shared/src/commonMain/kotlin/bou/amine/apps/readerforselfossv2/service/AppSettingsService.kt b/shared/src/commonMain/kotlin/bou/amine/apps/readerforselfossv2/service/AppSettingsService.kt index 5524fac..1b4a861 100644 --- a/shared/src/commonMain/kotlin/bou/amine/apps/readerforselfossv2/service/AppSettingsService.kt +++ b/shared/src/commonMain/kotlin/bou/amine/apps/readerforselfossv2/service/AppSettingsService.kt @@ -480,9 +480,9 @@ class AppSettingsService(acraSenderServiceProcess: Boolean = false) { companion object { const val translationUrl = "https://crwd.in/readerforselfoss" - const val sourceUrl = "https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform" + const val sourceUrl = "https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform" - const val trackerUrl = "https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform/issues" + const val trackerUrl = "https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform/issues" const val syncChannelId = "sync-channel-id"