Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedora-infra/apps.fp.o
A landing page for Fedora Apps
https://github.com/fedora-infra/apps.fp.o
Last synced: 5 days ago
JSON representation
A landing page for Fedora Apps
- Host: GitHub
- URL: https://github.com/fedora-infra/apps.fp.o
- Owner: fedora-infra
- License: mit
- Created: 2012-11-01T20:05:13.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-12T21:43:45.000Z (about 2 years ago)
- Last Synced: 2024-08-01T12:35:03.578Z (3 months ago)
- Language: JavaScript
- Homepage: https://apps.fedoraproject.org
- Size: 1.13 MB
- Stars: 41
- Watchers: 10
- Forks: 43
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - fedora-infra/apps.fp.o - A landing page for Fedora Apps (others)
README
apps.fp.o
=========A dynamic landing page for http://apps.fedoraproject.org
Idea
----Right now, the apps side of Fedora Infrastructure feels scattered and all over
the place. It seems like I learn that a new thing exists every couple weeks and
it seems like there's not a single easy place where you can stumble into
everything.That's what this page is for. I'm kind of barging ahead with it without
consulting anyone else yet but I fully intend to take in criticism (and patches,
really!) to make it more awesome and reflective of the community's desires.You can see a demo version up at https://apps.stg.fedoraproject.org/ right
now.IPv6-only
---------Sometimes you may have services that are only available over IPv6.
In such situations, you can mark those as ipv6_only: true in the yaml
and making your webserver serve a different version of ``js/config.js`` for IPv6
and IPv4.One way to do this is by redirecting the requests to this file to another vhost,
and have that vhost serve a different root directory for IPv4 vs IPv6.Help?
-----If you want to help, please patch and enhance the ``data/apps.yaml`` file. You
probably know more about :sparkles: Fedora :sparkles: than I do.Fork?
-----If you want to use this for another community site, feel free.
Fork, tweak, and run the following to regenerate some of the static
pieces from ``data/apps.yaml``::python bin/yaml2html.py > apps-yaml.html
python bin/yaml2json.py > js/data.jsContact
-------Stop into ``#fedora-apps`` on freenode and say "hello".