You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Thank you for the interest in the project!
4
4
5
-
If you found a bug, have a feature request or need help (ask questions) [open a new issue](https://github.com/fdoxyz/udl-server/issues/new).
5
+
If you found a bug, have a feature request or need help (ask questions) [open a new issue](https://github.com/fdocr/udl-server/issues/new).
6
6
7
7
If you implemented a bugfix, a new feature, or updated the docs/tests feel free to __Submit a Pull Request__ so it can be reviewed and hopefully merged.
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is a server that bounces traffic to better leverage Deep Linking in mobile
4
4
5
5
The project's objectives are to be a simple, effective and lightweight tool that can help any website provide a seamless integration with their mobile apps.
6
6
7
-
The server is hosted at [`https://udl.visualcosita.com`](https://udl.visualcosita.com) open for public use, free of charge.
7
+
I used to host a server for public use (free of charge) but [due to _"reasons"_](https://github.com/fdocr/udl-server/issues/19#issuecomment-1536587313) it's not available anymore. You can [self host the project](#self-hosting) on most PaaS hosting providers quite easily. [Create an issue](https://github.com/fdocr/udl-server/issues/new) if you need help or have questions.
8
8
9
9
## How it works, and why?
10
10
@@ -18,16 +18,18 @@ These and other edge cases make for a less than ideal experience, if your object
18
18
19
19
## Self-hosting
20
20
21
-
Power users will likely need better reliability and scalability than a free service is able to offer. Self-hosting with Heroku (or similar SaaS platforms) is as easy as:
21
+
Power users will likely need better reliability and scalability than a free service is able to offer. Self-hosting with Heroku (or similar hosting solutions) is as easy as:
22
22
23
23
1. Fork this repository
24
24
1. Configure the app to automatically deploy to your Heroku account
25
25
- Using a [custom domain with Heroku](https://devcenter.heroku.com/articles/custom-domains) is very simple (i.e. `udl.your-domain.com`)
26
26
- Heroku's default subdomain works too (i.e. `my-app.herokuapp.com`)
27
27
1. Keep up with upstream (this repo) for future updates
1. Configure `AASA_APP_ID` ENV variable to match your App Id
32
34
- Use the team ID or app ID prefix, followed by the bundle ID (joined by a dot `.`).
33
35
- This will allow your UDL Server to directly serve as a Universal Link target for your app and improve the experience
@@ -60,12 +62,12 @@ Some common details to keep in mind in case your redirects aren't working proper
60
62
61
63
## Contributing
62
64
63
-
Please check out the [Contributing Guide](https://github.com/fdoxyz/udl-server/blob/main/CONTRIBUTING.md).
65
+
Please check out the [Contributing Guide](https://github.com/fdocr/udl-server/blob/main/CONTRIBUTING.md).
64
66
65
67
## Code of Conduct
66
68
67
-
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Code of Conduct](https://github.com/fdoxyz/udl-server/blob/main/CODE_OF_CONDUCT.md).
69
+
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Code of Conduct](https://github.com/fdocr/udl-server/blob/main/CODE_OF_CONDUCT.md).
68
70
69
71
## License
70
72
71
-
Released under an [MIT License](https://github.com/fdoxyz/udl-server/blob/main/LICENSE.txt)
73
+
Released under an [MIT License](https://github.com/fdocr/udl-server/blob/main/LICENSE.txt)
0 commit comments