Skip to content
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

Micro gPodder server #389

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f71cae8
Whitespaces...
zorglube Mar 3, 2021
2724415
MovieNight add package gmake
zorglube Mar 16, 2021
cc195bc
Review https://github.com/ix-plugin-hub/iocage-plugin-index/pull/193#…
zorglube Mar 17, 2021
4eba0bf
Merge branch 'master' into master
zorglube Mar 17, 2021
d0cfc5f
Merge branch 'master' of https://github.com/ix-plugin-hub/iocage-plug…
zorglube Nov 23, 2021
251b372
Merge branch 'master' of https://github.com/zorglube/iocage-plugin-in…
zorglube Jan 11, 2022
4b8b550
Merge branch 'ix-plugin-hub:master' into master
zorglube Feb 20, 2022
8fecf7e
Merge branch 'ix-plugin-hub:master' into master
zorglube Feb 20, 2022
d131ece
Merge branch 'ix-plugin-hub:master' into master
zorglube Mar 14, 2022
257488e
Merge branch 'ix-plugin-hub:master' into master
zorglube Apr 11, 2022
21308c6
Merge branch 'ix-plugin-hub:master' into master
zorglube May 4, 2022
5f2fd2e
Merge branch 'ix-plugin-hub:master' into master
zorglube Jun 7, 2022
3e1f87a
Merge branch 'ix-plugin-hub:master' into master
zorglube Jun 28, 2022
93c95b8
Merge branch 'ix-plugin-hub:master' into master
zorglube Jul 17, 2022
9409041
Merge branch 'ix-plugin-hub:master' into master
zorglube Aug 26, 2022
2d6915b
Merge branch 'ix-plugin-hub:master' into master
zorglube Sep 22, 2022
be50c54
Merge branch 'ix-plugin-hub:master' into master
zorglube Oct 18, 2022
b6f328c
Merge branch 'ix-plugin-hub:master' into master
zorglube Feb 14, 2023
14efd5b
Merge branch 'ix-plugin-hub:master' into master
zorglube Feb 26, 2023
c5f5918
Merge branch 'ix-plugin-hub:master' into master
zorglube May 14, 2023
c162081
Merge branch 'ix-plugin-hub:master' into master
zorglube Dec 26, 2023
5355454
Merge branch 'ix-plugin-hub:master' into master
zorglube Feb 25, 2024
e4992dd
Add Micro GPodder Server
zorglube Feb 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,15 @@
"category": "server",
"homepage": "https://mariadb.org/"
},
"micro-gpodder-server": {
"MANIFEST": "micro-gpodder-server.json",
"name": "Micro GPodder Server",
"description": "This is a minimalist GPodder server to self-host your podcast synchronization data",
"icon": "https://icons.freenas.org/community-icons/mgps.png",
"official": false,
"category": "server",
"homepage": "https://github.com/bohwaz/micro-gpodder-server"
},
"monica": {
"MANIFEST": "monica.json",
"name": "Monica",
Expand Down
Binary file added icons/mgps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions micro-gpodder-server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Micro GPodder Server",
"release": "13.2-RELEASE",
"artifact": "https://github.com/zorglube/iocage-plugin-micro-gpodder-server.git",
"pkgs": [
"php82",
"php82-ctype",
"php82-opcache",
"php82-session",
"php82-sqlite3"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
"iocage-plugins": [
{
"function": "sha256",
"fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438"
}
]
},
"official": false
}
Loading