sync changes

This commit is contained in:
Enstrayed
2025-10-01 09:50:32 -07:00
parent 4de76c34c2
commit b1ac3d6f58
16 changed files with 114 additions and 60 deletions

View File

@@ -0,0 +1,17 @@
# Using App Passwords on Enstrayed Cloud
App Passwords are credentials used to access your Enstrayed Cloud account from a specific application or device. They are created automatically for many Nextcloud clients, or can be created manually using the steps below.
**As Enstrayed Cloud exclusively uses ECLS for sign on, you will need to create app passwords for any device that does not support browser login.**
To create an App Password:
1. Login to Enstrayed Cloud
2. Select your profile image in the top right of the page and select 'Personal Settings'<br>
![Screenshot showing steps to access Personal Settings in Enstrayed Cloud](https://i.enstrayed.com/20250716-55f5388f.jpg)
3. In the sidebar on the left side of the page, select 'Security'<br>
![Screenshot highlighting the Security tab on the left sidebar](https://i.enstrayed.com/20250716-55ad5071.jpg)
4. Enter a description for the app password, such as the device name or application, then select 'Create new app password'<br>
![Screenshot showing steps to create an app password](https://i.enstrayed.com/20250716-5512d99f.jpg)
5. You will be presented with a username and unique password; You will use these credentials to access Enstrayed Cloud from your application.<br>
![Screenshot showing the prompt displaying the newly created app password](https://i.enstrayed.com/20250716-55dc2a4d.jpg)

11
archive/example.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>example article</h1>
</body>
</html>