-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add social media footer with Font Awesome icons #52
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
Conversation
- Add social media environment variables (Facebook, Instagram, TikTok, WhatsApp, YouTube, Website, Email) to .env.example - Update docker-entrypoint.sh to process social media variables - Update config.template.js and config.js with social media properties - Add Font Awesome CDN to all HTML pages - Add footer with social media icons to index.html, donation.html, and requests.html - Add CSS styling for the social media footer - Update README.md with documentation for new variables The footer only appears when at least one social media variable is configured. Co-authored-by: TimUx <7571934+TimUx@users.noreply.github.com>
…media links Co-authored-by: TimUx <7571934+TimUx@users.noreply.github.com>
|
@copilot in der styles.css sind aktuell noch die garland und bulb styles enthalten, welche ich mit einem borherigen Commit aud den HTML seiten entfernt habe. Bitte entferne diese nicht mehr verwendeten Styles aus der Datei. Verwende dazu das gleiche Branch |
Co-authored-by: TimUx <7571934+TimUx@users.noreply.github.com>
|
@copilot Bitte schau dir die .env.example Datei an.hier alte/falsche PayPal Variablen definiert. in der README sind die aktuellen zu finden. grob sollte die Datei wie folgt aussehen, nur eben mit anonymisierten Beispiel Daten: Beispielkonfiguration fuer die Flask-gestuetzte FPP-SteuerungWerte nach Bedarf anpassen und als ".env" verwenden.SITE_NAME="🎄 Brauns Lichtershow 🎄" Social Media Links (optional, leer lassen wenn nicht genutzt)Icons werden im Footer angezeigt, wenn die Variable einen Wert hatSOCIAL_FACEBOOK= Bitte Achte auch darauf, dass alle variablen in Python, Entrypoint JS usw berücksichtigt sind. |
- Replace DONATION_PAYPAL with DONATION_POOL_ID - Add DONATION_CAMPAIGN_NAME and DONATION_SUBTITLE - Add FPP_SHOW_START_DATE and FPP_SHOW_END_DATE - Use FPP_PLAYLIST_IDLE instead of FPP_BACKGROUND_EFFECT - Update example values with anonymized data Co-authored-by: TimUx <7571934+TimUx@users.noreply.github.com>
Die
Alle Variablen sind bereits in |
|
@copilot Bitte folgende Variablen Inhalte, gegen allgemein passende Beispiel Texte und Konfigurationen ersetzten: SITE_NAME="🎄 Brauns Lichtershow 🎄" DONATION_CAMPAIGN_NAME="Ein Licht für Tiere" |
…mple - SITE_NAME: "Meine Lichtershow" instead of "Brauns Lichtershow" - SITE_SUBTITLE: Generic address and schedule - FPP_BASE_URL: "http://fpp.local" instead of specific IP - DONATION_CAMPAIGN_NAME: Generic "Spendenaktion Lichtershow" - DONATION_SUBTITLE/TEXT: Generic donation messages Co-authored-by: TimUx <7571934+TimUx@users.noreply.github.com>
Die Beispielwerte wurden durch allgemeine Platzhalter ersetzt (7fe32e3):
|
|
@copilot in der Readme ist noch eine Varibale Background_Effect. Diese gibt es aber nicht mehr. diese wurde ersetzt druch "FPP_PLAYLIST_IDLE="background"" Bitte prüfe alle Variablen der README und passe die README bei bedarf entsprechend an. Ändere die Überschrift in der README in "Falcon Player Web Control" um. In der Einleitende Beschreibung ergänze bitte noch, dass dieser Container bzw die Web App sinnigerweise im gleichen LAN wie der Falcon Player betrieben wird. Über Port-Weiterleitungen im Router, DynDNS usw kann die locla betrieben Web Applikation dann für Besucher über das Internet erreichbar gemacht werden ohne direct mit dem Falcon Player kommunizieren zu müssen/können. Bitte ändere den Satz im Fooer bereich der Social media ab in "Unsere Kanäle" und gib ihm eher ein Überschriftcharakter. vielleicht sogar mit Doppelpunkt links neben die symbole ? |
- Rename title to "Falcon Player Web Control" - Add network deployment info (LAN, port forwarding, DynDNS) - Replace FPP_BACKGROUND_EFFECT with FPP_PLAYLIST_IDLE - Change footer text to "Unsere Kanäle:" with heading style - Display title inline with social icons Co-authored-by: TimUx <7571934+TimUx@users.noreply.github.com>
Änderungen umgesetzt (e5e41e4):
|
|
@copilot kannst du vielleicht zum LAN Thema mit Internetzugriff den Zugriffweg über Router usw auf die App, noch ein kleines Topologie bild via text/assci der Beschreibung hinzufügen? |
Shows the architecture for accessing the web app from the internet: - Visitors connect via DynDNS/public IP to router - Router forwards port 8080 to FPP Web Control container - Container communicates with Falcon Player in the LAN - Lists benefits of this architecture Co-authored-by: TimUx <7571934+TimUx@users.noreply.github.com>
ASCII-Netzwerktopologie zur README hinzugefügt (50a7d2b): Zusätzlich wurden die Vorteile dieser Architektur aufgelistet. |
TimUx
left a comment
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.
Getestet und für gut befunden

Adds a configurable footer displaying social media icons when corresponding environment variables are set.
Changes Made
Social Media Footer
Environment Variables (
.env.example,docker-entrypoint.sh)SOCIAL_FACEBOOK,SOCIAL_INSTAGRAM,SOCIAL_TIKTOK,SOCIAL_WHATSAPP,SOCIAL_YOUTUBE,SOCIAL_WEBSITE,SOCIAL_EMAILConfiguration Cleanup (
.env.example)DONATION_PAYPALwithDONATION_POOL_IDDONATION_CAMPAIGN_NAME,DONATION_SUBTITLEFPP_SHOW_START_DATE,FPP_SHOW_END_DATEFPP_BACKGROUND_EFFECTwithFPP_PLAYLIST_IDLEStyling (
styles.css).social-footer,.social-icons,.social-iconclasses matching existing theme.garlandand.bulbstylesDocumentation (
README.md)FPP_PLAYLIST_IDLEScreenshot
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.