Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noesya/noesya-www
https://github.com/noesya/noesya-www
netlify
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/noesya/noesya-www
- Owner: noesya
- Created: 2021-07-16T13:31:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:51:30.000Z (6 months ago)
- Last Synced: 2025-01-23T03:46:13.226Z (9 days ago)
- Topics: netlify
- Language: HTML
- Homepage: https://www.noesya.coop
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# www.noesya.coop
[![Netlify Status](https://api.netlify.com/api/v1/badges/25ff53c5-40bd-4c56-9405-a7c16a4aac4e/deploy-status)](https://app.netlify.com/sites/noesya/deploys)
## Setup des domaines
Dans Netlify, domaine principal (avec/sans www) et domaines secondaires (sans www)
- `noesya.netlify.app` (par défaut)
- `www.noesya.coop` (principal)
- `noesya.coop` (redirige vers principal)
- `noesya.com` (alias)
- `noesya.fr` (alias)Table de redirections dans le fichier [`netlify.toml`](https://github.com/noesya/noesya-www/blob/master/netlify.toml)
### noesya.coop
```
@ 300 IN A 75.2.60.5
www 300 IN CNAME noesya.netlify.app.
```### noesya.com
*Redirection Web : `http(s)://www.noesya.com` vers `https://www.noesya.coop`*
```
@ 300 IN A 75.2.60.5
www CNAME 10800 webredir.gandi.net.
```### noesya.fr
*Redirection Web : `http(s)://www.noesya.fr` vers `https://www.noesya.coop`*
```
@ 300 IN A 75.2.60.5
www CNAME 10800 webredir.gandi.net.
```