Skip to content

Commit d420c1f

Browse files
authored
Fix formatting
1 parent 43512de commit d420c1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/faq/setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ You may use several methods to safely access Stash from outside of your home net
9898
9999
If you are an advanced user, and have secured your Stash instance behind an authwall provided by a reverse proxy or hosting solution, you may continue to use that. You simply have to edit `.stash/config/config.yml` and set `dangerous_allow_public_without_auth` to `true`. If you have already tripped the security feature, you will also have to remove the `security_tripwire_accessed_from_public_internet` key in order to allow Stash to serve requests.
100100
101-
### Migrating from Windows to Unix or vice verse
101+
## Migrating from Windows to Unix or vice verse
102102
103-
!!! info
104-
Migrating between filesystems with different path separators (`/` and `\`) is currently unsupported.
105-
106-
!!! danger
107-
Use at your own risk. If you do this, make sure [backup](/guides/backup-and-restore-database) your database before starting.
103+
!!! info
104+
Migrating between filesystems with different path separators (`/` and `\`) is currently unsupported.
105+
106+
!!! danger
107+
Use at your own risk. If you do this, make sure [backup](/guides/backup-and-restore-database) your database before starting.
108108
109109
It's possible to manually migrate the `folders` table using SQL.
110110

0 commit comments

Comments
 (0)