fix: autoimport + readme

This commit is contained in:
Andras Bacsai 2022-08-16 09:40:07 +00:00
parent 6150a008d5
commit 186c5897a0
2 changed files with 2 additions and 2 deletions

View File

@ -115,6 +115,7 @@ If you have a new database you would like to add, raise an idea [here](https://f
### Services ### Services
You quickly need to host a self-hostable, open-source service? You can do it with a few clicks! You quickly need to host a self-hostable, open-source service? You can do it with a few clicks!
- [Appwrite](https://appwrite.io)
- [WordPress](https://docs.coollabs.io/coolify/services/wordpress) - [WordPress](https://docs.coollabs.io/coolify/services/wordpress)
- [Ghost](https://ghost.org) - [Ghost](https://ghost.org)
- [Plausible Analytics](https://docs.coollabs.io/coolify/services/plausible-analytics) - [Plausible Analytics](https://docs.coollabs.io/coolify/services/plausible-analytics)
@ -130,7 +131,6 @@ You quickly need to host a self-hostable, open-source service? You can do it wit
- [Fider](https://fider.io) - [Fider](https://fider.io)
- [Hasura](https://hasura.io) - [Hasura](https://hasura.io)
If you have a new service you would like to add, raise an idea [here](https://feedback.coolify.io/) to get feedback from the community! If you have a new service you would like to add, raise an idea [here](https://feedback.coolify.io/) to get feedback from the community!
## Migration from v1 ## Migration from v1

View File

@ -31,7 +31,7 @@
import { t } from '$lib/translations'; import { t } from '$lib/translations';
import { appSession } from '$lib/store'; import { appSession } from '$lib/store';
import { errorNotification } from '$lib/common'; import { errorNotification } from '$lib/common';
import { onMount } from 'svelte/types/runtime/internal/lifecycle'; import { onMount } from 'svelte';
const { id } = $page.params; const { id } = $page.params;
const from = $page.url.searchParams.get('from'); const from = $page.url.searchParams.get('from');