fork 0k-charms
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1.2 KiB

Usage

compose declaration

No options are needed.

bluesky:
  charm: bluesky  ## line is optional if your service name is "bluesky"

You might have to configure the domain, if you didn't do it already in the frontend service configuration with a service-map.

bluesky:
  charm: bluesky  ## line is optional if your service name is "bluesky"
  relations:
    web-proxy:
      apache:
        domain: bsky.mydomain.org

You probably should also make sure that smtp-server relation is fulfilled if you want to be able to verify emails, you could for instance use stmp-stub to provide settings for an external SMTP service:

bluesky:
  charm: bluesky  ## line is optional if your service name is "bluesky"
  # ...

myemail:
  charm: smtp-stub
  options:
    port: 25
    connection-security: none    # "none", "starttls", "ssl/tls"
    auth-method: none            # "none", "password"
    user: myuser
    password: mypassword

request a new invite

To be able to add account, you need to create new invites from your PDS to give to people to create accounts.

compose new-invite bluesky