-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(providers): support alwaysdata hosting provider #1790
Conversation
β Live Preview ready!
|
2. [Upload your app](https://help.alwaysdata.com/en/remote-access/) to your account in its own directory (e.g. `$HOME/www/my-app`). | ||
|
||
3. On your admin panel, [create a new site](https://admin.alwaysdata.com/site/add/) for your app with the following features: | ||
- *Addresses*: `[account-name].alwaysdata.net` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems starting free plan setup, i need to update only account and cannot create new domain like nitro.alwaysdata.net
it gives "domain does not belongs to you" error.
Should it be "edit exciting domain" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. It's not limited to the free tier: all plans at alwaysdata come with a default URL in the form of [account_name].alwaysdata.net
. But you can create as many accounts as you want, and you can also link your own domains (or register new ones). So unless your account name is nitro
, you can't use it as your URL.
I've added a section in the Create account
pre-requisites to make it clearer. Does it sound good?
3. On your admin panel, [create a new site](https://admin.alwaysdata.com/site/add/) for your app with the following features: | ||
- *Addresses*: `[account-name].alwaysdata.net` | ||
- *Type*: Node.js | ||
- *Command*: `node ./output/server/index.mjs` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no instructions how to upload website but it is .output
by default i expect directories inside it (public/server) being copied to the hosting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, I added a mention in the 2. above to add clarity on how deploying, for example using SSH. Do you think it's enough?
Thanks for pull request dear @m4dz. I have made it WIP until we can solve all issues and have a successful deployment from the instructions. |
10ef823
to
88df145
Compare
Thanks @pi0 for the fast review! I made some changes, please tell me if it sounds good now π |
Added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry got delayed
No worries, thanks a lot for the merge! |
β Type of change
π Description
alwaysdata is a French web hosting company supporting a large range of languages and frameworks such as Node.js and Nitro. This PR adds a preset and deployment documentation page dedicated to this provider.
π Checklist