]> Untitled Git - lemmy.git/commitdiff
Change references of dev.lemmy.ml to lemmy.ml (#1281)
authorDessalines <dessalines@users.noreply.github.com>
Thu, 26 Nov 2020 16:47:01 +0000 (11:47 -0500)
committerGitHub <noreply@github.com>
Thu, 26 Nov 2020 16:47:01 +0000 (11:47 -0500)
* Change references of dev.lemmy.ml to lemmy.ml

* Remove the dev.lemmy.ml refs in RELEASES.md

CONTRIBUTING.md
README.md
RELEASES.md
ansible/templates/config.hjson
config/defaults.hjson
docker/lemmy.hjson
docs/src/administration_federation.md
docs/src/contributing_apub_api_outline.md
docs/src/lemmy_council.md
lemmy_utils/src/settings.rs
query_testing/apache_bench_report.sh

index 7827d82217d7461c7d575e7c523cc36d4d0953e3..41032a8c32ba50b7a5612850886edaa3b13435fb 100644 (file)
@@ -1,4 +1,4 @@
 # Contributing
 
-See [here](https://dev.lemmy.ml/docs/contributing.html) for contributing Instructions.
+See [here](https://lemmy.ml/docs/contributing.html) for contributing Instructions.
 
index 3d5fe3d24dd01137cd6ef9eea31208fba9f4caa5..211759e1fefded25ef4a33884bc0f251d338ccbb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
     <br />
     <a href="https://join.lemmy.ml">Join Lemmy</a>
     ·
-    <a href="https://dev.lemmy.ml/docs/index.html">Documentation</a>
+    <a href="https://lemmy.ml/docs/index.html">Documentation</a>
     ·
     <a href="https://github.com/LemmyNet/lemmy/issues">Report Bug</a>
     ·
@@ -65,7 +65,7 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins
 
 - Open source, [AGPL License](/LICENSE).
 - Self hostable, easy to deploy.
-  - Comes with [Docker](https://dev.lemmy.ml/docs/administration_install_docker.html) and [Ansible](https://dev.lemmy.ml/docs/administration_install_ansible.html).
+  - Comes with [Docker](https://lemmy.ml/docs/administration_install_docker.html) and [Ansible](https://lemmy.ml/docs/administration_install_ansible.html).
 - Clean, mobile-friendly interface.
   - Only a minimum of a username and password is required to sign up!
   - User avatar support.
@@ -100,8 +100,8 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins
 
 ## Installation
 
-- [Docker](https://dev.lemmy.ml/docs/administration_install_docker.html)
-- [Ansible](https://dev.lemmy.ml/docs/administration_install_ansible.html)
+- [Docker](https://lemmy.ml/docs/administration_install_docker.html)
+- [Ansible](https://lemmy.ml/docs/administration_install_ansible.html)
 
 ## Lemmy Projects
 
@@ -134,9 +134,9 @@ Lemmy is free, open-source software, meaning no advertising, monetizing, or vent
 
 ## Contributing
 
-- [Contributing instructions](https://dev.lemmy.ml/docs/contributing.html)
-- [Docker Development](https://dev.lemmy.ml/docs/contributing_docker_development.html)
-- [Local Development](https://dev.lemmy.ml/docs/contributing_local_development.html)
+- [Contributing instructions](https://lemmy.ml/docs/contributing.html)
+- [Docker Development](https://lemmy.ml/docs/contributing_docker_development.html)
+- [Local Development](https://lemmy.ml/docs/contributing_local_development.html)
 
 ### Translations
 
index 34ddd62ad579ec8fab63e5ed32789b6169067981..b362d7f17c006ab8f0cd073efadd6429be88c87f 100644 (file)
@@ -20,7 +20,7 @@ Here are some of the bigger changes:
 - The first **federation public beta release**, woohoo :fireworks: 
 - All Lemmy functionality now works over ActivityPub (except turning remote users into mods/admins)
 - Instance allowlist and blocklist
-- Documentation for [admins](https://dev.lemmy.ml/docs/administration_federation.html) and [devs](https://dev.lemmy.ml/docs/contributing_federation_overview.html) on how federation works
+- Documentation for [admins](https://lemmy.ml/docs/administration_federation.html) and [devs](https://lemmy.ml/docs/contributing_federation_overview.html) on how federation works
 - Upgraded to newest versions of @asonix activitypub libraries
 - Full local federation setup for manual testing
 - Automated testing for nearly every federation action
@@ -54,18 +54,18 @@ Here are some of the bigger changes:
 
 ## Contributors
 
-We'd also like to thank both the [NLnet foundation](https://nlnet.nl/) for their support in allowing us to work full-time on Lemmy ( as well as their support for [other important open-source projects](https://nlnet.nl/project/current.html) ), [those who sponsor us](https://dev.lemmy.ml/sponsors), and those who [help translate Lemmy](https://weblate.yerbamate.ml/projects/lemmy/). Every little bit does help. We remain committed to never allowing advertisements, monetizing, or venture-capital in Lemmy; software should be communal, and should benefit humanity, not a small group of company owners. 
+We'd also like to thank both the [NLnet foundation](https://nlnet.nl/) for their support in allowing us to work full-time on Lemmy ( as well as their support for [other important open-source projects](https://nlnet.nl/project/current.html) ), [those who sponsor us](https://lemmy.ml/sponsors), and those who [help translate Lemmy](https://weblate.yerbamate.ml/projects/lemmy/). Every little bit does help. We remain committed to never allowing advertisements, monetizing, or venture-capital in Lemmy; software should be communal, and should benefit humanity, not a small group of company owners. 
 
 ## Upgrading
 
-- [with manual Docker installation](https://dev.lemmy.ml/docs/administration_install_docker.html#updating)
-- [with Ansible installation](https://dev.lemmy.ml/docs/administration_install_ansible.html)
+- [with manual Docker installation](https://lemmy.ml/docs/administration_install_docker.html#updating)
+- [with Ansible installation](https://lemmy.ml/docs/administration_install_ansible.html)
 
 ## Testing Federation
 
 Federation is finally ready in Lemmy, pending possible bugs or other issues. So for now we suggest to enable federation only on test servers, or try it on our own test servers ( [enterprise](https://enterprise.lemmy.ml/), [ds9](https://ds9.lemmy.ml/), [voyager](https://voyager.lemmy.ml/) ).
 
-If everything goes well, after a few weeks we will enable federation on dev.lemmy.ml, at first with a limited number of trusted instances. We will also likely change the domain to https://lemmy.ml . Keep in mind that changing domains after turning on federation will break things.
+If everything goes well, after a few weeks we will enable federation on lemmy.ml, at first with a limited number of trusted instances. We will also likely change the domain to https://lemmy.ml . Keep in mind that changing domains after turning on federation will break things.
 
 To enable on your instance, edit your [lemmy.hjson](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L60) federation section to `enabled: true`, and restart.
 
@@ -147,7 +147,7 @@ Overall, since our last major release in January (v0.6.0), we have closed over
 
 Before starting the upgrade, make sure that you have a working backup of your
 database and image files. See our
-[documentation](https://dev.lemmy.ml/docs/administration_backup_and_restore.html)
+[documentation](https://lemmy.ml/docs/administration_backup_and_restore.html)
 for backup instructions.
 
 **With Ansible:**
@@ -203,4 +203,4 @@ This is the biggest release by far:
 
 Another major announcement is that Lemmy now has another lead developer besides me, [@felix@radical.town](https://radical.town/@felix). Theyve created a better documentation system, implemented RSS feeds, simplified docker and project configs, upgraded actix, working on federation, a whole lot else.
 
-https://dev.lemmy.ml
+https://lemmy.ml
index 2e60ffc242e58dcd0d4ca04d6568ecaee43c1ccf..134b0165636789140e3b31bb94960e93ef3430bd 100644 (file)
@@ -1,6 +1,6 @@
 {
   # for more info about the config, check out the documentation
-  # https://dev.lemmy.ml/docs/administration_configuration.html
+  # https://lemmy.ml/docs/administration_configuration.html
 
   # settings related to the postgresql database
   database: {
@@ -9,7 +9,7 @@
     # host where postgres is running
     host: "postgres"
   }
-  # the domain name of your instance (eg "dev.lemmy.ml")
+  # the domain name of your instance (eg "lemmy.ml")
   hostname: "{{ domain }}"
   # json web token for authorization between server and client
   jwt_secret: "{{ jwt_password }}"
@@ -26,7 +26,7 @@
     # whether to enable activitypub federation. 
     enabled: false
     # Allows and blocks are described here:
-    # https://dev.lemmy.ml/docs/administration_federation.html#instance-allowlist-and-blocklist
+    # https://lemmy.ml/docs/administration_federation.html#instance-allowlist-and-blocklist
     #
     # comma separated list of instances with which federation is allowed
     # allowed_instances: ""
index f23b1fb13ef206e9ac8be00c932609f6bdda8e11..86502ec93cce03eb93cb6de620a93120b8ae13ff 100644 (file)
@@ -25,7 +25,7 @@
     # maximum number of active sql connections
     pool_size: 5
   }
-  # the domain name of your instance (eg "dev.lemmy.ml")
+  # the domain name of your instance (eg "lemmy.ml")
   hostname: null
   # address where lemmy should listen for incoming requests
   bind: "0.0.0.0"
@@ -65,7 +65,7 @@
     # whether to enable activitypub federation. 
     enabled: false
     # Allows and blocks are described here:
-    # https://dev.lemmy.ml/docs/administration_federation.html#instance-allowlist-and-blocklist
+    # https://lemmy.ml/docs/administration_federation.html#instance-allowlist-and-blocklist
     #
     # comma separated list of instances with which federation is allowed
     allowed_instances: ""
index a5d131223fca5e5b8aec63f64819e723aad1fd19..2d9bfa358be5054ab8ab9d5c8be7d495d7c325e4 100644 (file)
@@ -1,6 +1,6 @@
 {
   # for more info about the config, check out the documentation
-  # https://dev.lemmy.ml/docs/administration_configuration.html
+  # https://lemmy.ml/docs/administration_configuration.html
 
   setup: {
     # username for the admin user
@@ -11,7 +11,7 @@
     site_name: "lemmy-test"
   }
 
-  # the domain name of your instance (eg "dev.lemmy.ml")
+  # the domain name of your instance (eg "lemmy.ml")
   hostname: "my_domain"
   # address where lemmy should listen for incoming requests
   bind: "0.0.0.0"
index 5dc0b1a2e970578033f4ba39abf05ce9ae3399c8..c7044ac2484da22289f7a42536b5bad674267572 100644 (file)
@@ -6,17 +6,17 @@ To enable federation, change the setting `federation.enabled` to `true` in `lemm
 
 Federation does not start automatically, but needs to be triggered manually through the search. To do this you have to enter a reference to a remote object, such as:
 
-- `!main@dev.lemmy.ml` (Community)
-- `@nutomic@dev.lemmy.ml` (User)
-- `https://dev.lemmy.ml/c/programming` (Community)
-- `https://dev.lemmy.ml/u/nutomic` (User)
-- `https://dev.lemmy.ml/post/123` (Post)
+- `!main@lemmy.ml` (Community)
+- `@nutomic@lemmy.ml` (User)
+- `https://lemmy.ml/c/programming` (Community)
+- `https://lemmy.ml/u/nutomic` (User)
+- `https://lemmy.ml/post/123` (Post)
 
 For an overview of how federation in Lemmy works on a technical level, check out our [Federation Overview](contributing_federation_overview.md).
 
 ## Instance allowlist and blocklist
 
-The federation section of Lemmy's config has two variables `allowed_instances` and `blocked_instances`. These control which other instances Lemmy will federate with. Both settings take a comma separated list of domains, eg `dev.lemmy.ml, example.com`. You can either change those settings via `/admin`, or directly on the server filesystem. 
+The federation section of Lemmy's config has two variables `allowed_instances` and `blocked_instances`. These control which other instances Lemmy will federate with. Both settings take a comma separated list of domains, eg `lemmy.ml,example.com`. You can either change those settings via `/admin`, or directly on the server filesystem. 
 
 It is important to note that these settings only affect sending and receiving of data between instances. If allow federation with a certain instance, and then remove it from the allowlist, this will not affect previously federated data. These communities, users, posts and comments will still be shown. They will just not be updated anymore. And even if an instance is blocked, it can still fetch and display public data from your instance.
 
index 4fac3cf8df558a5e9de749296e0f76411a39c181..92cdf9c0e7fff32fc85e3674b946287aa955e620 100644 (file)
@@ -96,7 +96,7 @@ Receives activities from user: `Follow`, `Undo/Follow`, `Create`, `Update`, `Lik
 |---|---|---|
 | `preferredUsername` | yes | Name of the actor |
 | `name` | yes | Title of the community |
-| `category` | yes | Hardcoded list of categories, see https://dev.lemmy.ml/api/v1/categories |
+| `category` | yes | Hardcoded list of categories, see https://lemmy.ml/api/v1/categories |
 | `sensitive` | yes | True indicates that all posts in the community are nsfw |
 | `attributedTo` | yes | First the community creator, then all the remaining moderators |
 | `content` | no | Text for the community sidebar, usually containing a description and rules |
@@ -689,4 +689,4 @@ Sent to: User
     "to": "https://enterprise.lemmy.ml/u/riker/inbox",
     "object": ...
 }
-```
\ No newline at end of file
+```
index 5de3a6c01f548a724ad4ec0f7e76ae7dd1bcd263..d5dc5a6e4acd00ef18c16f153a6bba6e8d19c823 100644 (file)
@@ -11,11 +11,11 @@ This section describes all the aspects of Lemmy where the council has decision m
   - Priorities / Emphasis
   - Controversial features (For example, an unpopular feature should be removed)
 - Moderation and conflict resolution on:
-  - [dev.lemmy.ml](https://dev.lemmy.ml/)
+  - [lemmy.ml](https://lemmy.ml/)
   - [github.com/LemmyNet/lemmy](https://github.com/LemmyNet/lemmy)
   - [yerbamate.ml/LemmyNet/lemmy](https://yerbamate.ml/LemmyNet/lemmy)
   - [weblate.yerbamate.ml/projects/lemmy/](https://weblate.yerbamate.ml/projects/lemmy/)
-- Technical administration of dev.lemmy.ml
+- Technical administration of lemmy.ml
 - Official Lemmy accounts
   - [Mastodon](https://mastodon.social/@LemmyDev)
   - [Liberapay](https://liberapay.com/Lemmy/)
@@ -67,13 +67,13 @@ stay open for at least two days.
 
 ## 7. Communication
 - A private Matrix chat for all council members.
-- (Once private communities are done) A private community on dev.lemmy.ml for issues.
+- (Once private communities are done) A private community on lemmy.ml for issues.
 
 ## 8. Member List / Contact Info
 General Contact [@LemmyDev Mastodon](https://mastodon.social/@LemmyDev)
 
-- [Dessalines](https://dev.lemmy.ml/u/dessalines)
-- [Nutomic](https://dev.lemmy.ml/u/nutomic)
-- [AgreeableLandscape](https://dev.lemmy.ml/u/AgreeableLandscape)
-- [fruechtchen](https://dev.lemmy.ml/u/fruechtchen)
-- [kixiQu](https://dev.lemmy.ml/u/kixiQu)
+- [Dessalines](https://lemmy.ml/u/dessalines)
+- [Nutomic](https://lemmy.ml/u/nutomic)
+- [AgreeableLandscape](https://lemmy.ml/u/AgreeableLandscape)
+- [fruechtchen](https://lemmy.ml/u/fruechtchen)
+- [kixiQu](https://lemmy.ml/u/kixiQu)
index 960c48b85197c3a179122a5d6e8f432d9f944dc0..4edcbd13be9c3135c372c2609ea6af1fb7be92d5 100644 (file)
@@ -172,7 +172,7 @@ impl Settings {
     }
   }
 
-  /// Returns something like `http://localhost` or `https://dev.lemmy.ml`,
+  /// Returns something like `http://localhost` or `https://lemmy.ml`,
   /// with the correct protocol and hostname.
   pub fn get_protocol_and_hostname(&self) -> String {
     format!("{}://{}", self.get_protocol_string(), self.hostname)
index 06ceb48438aba369acd015068cebfab193d0ab5c..d062a5111d68fad780427fa070b94efb59decf6f 100755 (executable)
@@ -4,9 +4,9 @@ set -e
 declare -a arr=(
 "https://mastodon.social/"
 "https://peertube.social/"
-"https://dev.lemmy.ml/"
-"https://dev.lemmy.ml/feeds/all.xml"
-"https://dev.lemmy.ml/.well-known/nodeinfo"
+"https://lemmy.ml/"
+"https://lemmy.ml/feeds/all.xml"
+"https://lemmy.ml/.well-known/nodeinfo"
 "https://fediverse.blog/.well-known/nodeinfo"
 "https://torrents-csv.ml/service/search?q=wheel&page=1&type_=torrent"
 )